style: Remove spaces
This commit is contained in:
parent
0a2a17724b
commit
511125169a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue