From 76e17722d790d046a3a207a21844c159737aa0a3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 4 Jul 2023 18:46:16 +0200 Subject: [PATCH] style: Remove spaces --- run/disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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