diff --git a/run/disk.sh b/run/disk.sh index f9f98e66..165364c7 100644 --- a/run/disk.sh +++ b/run/disk.sh @@ -47,7 +47,7 @@ if [ -f "${DATA}" ]; then REQ=$((DATA_SIZE-OLD_SIZE)) - # Check free diskspace + # Check free diskspace SPACE=$(df --output=avail -B 1 "${STORAGE}" | tail -n 1) if (( REQ > SPACE )); then