From: elijah Date: Sat, 2 Jul 2005 20:17:47 +0000 (+0000) Subject: fixed no error on failed bug X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=c8eecd765fd29230c0bb1eb8a824755b4416402a;p=matthijs%2Fupstream%2Fbackupninja-vserver.git fixed no error on failed bug git-svn-id: http://code.autistici.org/svn/backupninja/trunk@131 758a04ac-41e6-0310-8a23-8373a73cc35d --- diff --git a/backupninja b/backupninja index 6b888cb..7f09999 100755 --- a/backupninja +++ b/backupninja @@ -318,6 +318,7 @@ function process_action() { rm $bufferfile if [ $_fatals != 0 ]; then msg "*failed* -- $file" + errormsg="$errormsg\n== fatal errors from $file ==\n\n$ret\n" passthru "Fatal: <<<< finished action $file: FAILED" elif [ $_errors != 0 ]; then msg "*error* -- $file"