Skip to content

Commit

Permalink
style: Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jul 4, 2023
1 parent c2661d9 commit 76e1772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76e1772

Please sign in to comment.