From 67cb8935c1cb8d30f02e236e26e7a06d1589da71 Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 8 Oct 2022 12:18:40 +0900 Subject: [PATCH] Print staging dir --- helpers/scmd.sh | 1 + 1 file changed, 1 insertion(+) 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/ /\//')