1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43:00 +02:00

Print staging dir

This commit is contained in:
aclist 2022-10-08 12:18:40 +09:00
parent f4bb28429b
commit 67cb8935c1

View file

@ -297,6 +297,7 @@ abort(){
exit
}
check_disks(){
log "Staging dir is $staging_dir"
disksize=$(df $staging_dir --output=avail | tail -n1)
disk_bytewise=$((disksize * 1024))
hr=$(echo $(numfmt --to=iec --format "%.2f" $totalmodsize $disk_bytewise) | sed 's/ /\//')