mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2025-02-21 17:45:15 +07:00
style: Remove spaces
This commit is contained in:
parent
4571fe9c4f
commit
b07577b60d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user