We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00df81a + a06aa2f commit 47fd382Copy full SHA for 47fd382
bin/v-backup-user
@@ -183,7 +183,7 @@ let v_disk=$(($(stat -f --format="%a*%S" $BACKUP)))/1024/1024
183
if [ "$u_disk" -gt "$v_disk" ]; then
184
# Always notify on failure
185
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."
+ check_result "$E_LIMIT" "not enough diskspace available to perform the backup."
187
fi
188
189
if [ -z "$BACKUP_TEMP" ]; then
0 commit comments