diff options
author | Elijah Saxon <elijah@riseup.net> | 2005-07-02 20:17:47 +0000 |
---|---|---|
committer | Elijah Saxon <elijah@riseup.net> | 2005-07-02 20:17:47 +0000 |
commit | 2046272df5e3efeb8c6174b77c807ed40a2e3bd1 (patch) | |
tree | bc3b4828a8bd2dd73bcf1fd9e360ac973f50bd1c | |
parent | 5cc6f5e5f0531c3905cfdc8c9d3b8c50632baecf (diff) | |
download | backupninja-2046272df5e3efeb8c6174b77c807ed40a2e3bd1.tar.gz backupninja-2046272df5e3efeb8c6174b77c807ed40a2e3bd1.tar.bz2 |
fixed no error on failed bug
-rwxr-xr-x | backupninja | 1 |
1 files changed, 1 insertions, 0 deletions
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" |