From c8ad6fc41533def8ecca1fcf5c9a6bff3e382fa0 Mon Sep 17 00:00:00 2001 From: Elijah Saxon Date: Sun, 13 Mar 2005 19:47:00 +0000 Subject: [PATCH] uncommented rm of buffer file. --- 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