diff --git a/run/disk.sh b/run/disk.sh index 6d5ef85..ef6d59e 100644 --- a/run/disk.sh +++ b/run/disk.sh @@ -34,7 +34,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