aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackupninja2
1 files changed, 1 insertions, 1 deletions
diff --git a/backupninja b/backupninja
index fb62524..ce85ba4 100755
--- a/backupninja
+++ b/backupninja
@@ -308,7 +308,7 @@ function process_action() {
_fatals=`cat $bufferfile | grep "^Fatal: " | wc -l`
ret=`grep "\(^Warning: \|^Error: \|^Fatal: \)" $bufferfile`
- #rm $bufferfile
+ rm $bufferfile
if [ $_fatals != 0 ]; then
msg "*failed* -- $file"
errormsg="$errormsg\n== failures from $file ==\n\n$ret\n"