unless there is an actual error reported, we now assume success.
authorElijah Saxon <elijah@riseup.net>
Fri, 18 Mar 2005 20:22:11 +0000 (20:22 +0000)
committerElijah Saxon <elijah@riseup.net>
Fri, 18 Mar 2005 20:22:11 +0000 (20:22 +0000)
backupninja

index 3cd3cae1a1e487d6de202ebd08bc15088c0cb05c..b7d4a149e2e73683745e92f224faf899abd1c71f 100755 (executable)
@@ -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"