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:
c313e23
)
unless there is an actual error reported, we now assume success.
author
Elijah Saxon
<elijah@riseup.net>
Fri, 18 Mar 2005 20:22:11 +0000
(20:22 +0000)
committer
Elijah Saxon
<elijah@riseup.net>
Fri, 18 Mar 2005 20:22:11 +0000
(20:22 +0000)
backupninja
patch
|
blob
|
history
diff --git
a/backupninja
b/backupninja
index 3cd3cae1a1e487d6de202ebd08bc15088c0cb05c..b7d4a149e2e73683745e92f224faf899abd1c71f 100755
(executable)
--- a/
backupninja
+++ b/
backupninja
@@
-317,10
+317,12
@@
function process_action() {
elif [ $_warnings != 0 ]; then
msg "*warning* -- $file"
errormsg="$errormsg\n== warnings from $file ==\n\n$ret\n"
- elif [ $retcode == 0 ]; then
- msg "success -- $file"
else
- msg "unknown -- $file"
+ msg "success -- $file"
+# elif [ $retcode == 0 ]; then
+# msg "success -- $file"
+# else
+# msg "unknown -- $file"
fi
let "fatals += _fatals"