From f8d47220c10029bd7429f797144f70ec407d8006 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 13 Mar 2005 19:47:00 +0000 Subject: [PATCH] uncommented rm of buffer file. git-svn-id: http://code.autistici.org/svn/backupninja/trunk@89 758a04ac-41e6-0310-8a23-8373a73cc35d --- backupninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2