mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-29 21:20:31 +08:00
style: Remove spaces
This commit is contained in:
@@ -47,7 +47,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
|
||||||
|
|||||||
Reference in New Issue
Block a user