diff --git a/helpers/scmd.sh b/helpers/scmd.sh index 835d66a..0c8a743 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -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/ /\//')