Skip to content

Commit 47fd382

Browse files
authored
Merge pull request hestiacp#2284 from magicua/patch-1
Update v-backup-user
2 parents 00df81a + a06aa2f commit 47fd382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-backup-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ let v_disk=$(($(stat -f --format="%a*%S" $BACKUP)))/1024/1024
183183
if [ "$u_disk" -gt "$v_disk" ]; then
184184
# Always notify on failure
185185
echo "not enough diskspace available to perform the backup." | $SENDMAIL -s "$subj" "$email" "yes"
186-
check_result "$E_LIMIT ""not enough diskspace available to perform the backup."
186+
check_result "$E_LIMIT" "not enough diskspace available to perform the backup."
187187
fi
188188

189189
if [ -z "$BACKUP_TEMP" ]; then

0 commit comments

Comments
 (0)