From b07577b60da6dbc602484359e5fee246cd24b72e 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 f9f98e6..165364c 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