aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"