aboutsummaryrefslogtreecommitdiff
path: root/backupninja
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2005-07-02 20:17:47 +0000
committerElijah Saxon <elijah@riseup.net>2005-07-02 20:17:47 +0000
commit2046272df5e3efeb8c6174b77c807ed40a2e3bd1 (patch)
treebc3b4828a8bd2dd73bcf1fd9e360ac973f50bd1c /backupninja
parent5cc6f5e5f0531c3905cfdc8c9d3b8c50632baecf (diff)
downloadbackupninja-2046272df5e3efeb8c6174b77c807ed40a2e3bd1.tar.gz
backupninja-2046272df5e3efeb8c6174b77c807ed40a2e3bd1.tar.bz2
fixed no error on failed bug
Diffstat (limited to 'backupninja')
-rwxr-xr-xbackupninja1
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"