From 511125169a038784354c9052bee041f5cfd772b6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 5 Jul 2023 13:08:51 +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 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