projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc6f5e
)
fixed no error on failed bug
author
Elijah Saxon
<elijah@riseup.net>
Sat, 2 Jul 2005 20:17:47 +0000
(20:17 +0000)
committer
Elijah Saxon
<elijah@riseup.net>
Sat, 2 Jul 2005 20:17:47 +0000
(20:17 +0000)
backupninja
patch
|
blob
|
history
diff --git
a/backupninja
b/backupninja
index 6b888cb006e85609f04bbc2a369184510aaec687..7f09999fb8151d9bae54da39b50d4afb9942acff 100755
(executable)
--- 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"