diff --git a/templates/borg-backup.sh.j2 b/templates/borg-backup.sh.j2 index 1a0020a..1ef2bee 100644 --- a/templates/borg-backup.sh.j2 +++ b/templates/borg-backup.sh.j2 @@ -76,8 +76,6 @@ if [ "$1" = "init" ]; then fi if [ "$1" = "backup" ]; then - set -e - DATE=$(date +%Y%m%d-%H%M) EXIT_CODE=0