style: Remove spaces

This commit is contained in:
Kroese 2023-07-05 13:08:51 +02:00 committed by GitHub
parent 0a2a17724b
commit 511125169a

View file

@ -34,7 +34,7 @@ if [ -f "${DATA}" ]; then
REQ=$((DATA_SIZE-OLD_SIZE)) REQ=$((DATA_SIZE-OLD_SIZE))
# Check free diskspace # Check free diskspace
SPACE=$(df --output=avail -B 1 "${STORAGE}" | tail -n 1) SPACE=$(df --output=avail -B 1 "${STORAGE}" | tail -n 1)
if (( REQ > SPACE )); then if (( REQ > SPACE )); then