style: Remove spaces

This commit is contained in:
Kroese 2023-07-04 18:46:16 +02:00 committed by GitHub
parent 4571fe9c4f
commit b07577b60d

View File

@ -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