aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/borg.sh.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/borg.sh.erb b/templates/borg.sh.erb
index eab1a43..6c5e3ab 100644
--- a/templates/borg.sh.erb
+++ b/templates/borg.sh.erb
@@ -104,7 +104,7 @@ if [ ${global_exit} -eq 1 ]; then
fi
if [ ${global_exit} -gt 1 ]; then
- fatal "Backup and/or Prune finished with an error"
+ info "Backup and/or Prune finished with an error"
fi
-#exit ${global_exit}
+exit ${global_exit}