From 55b685a1b1a321cbed004db64652f5c001d4dccd Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 27 Nov 2018 18:38:42 +0200 Subject: [PATCH] Don't stop the backup job on errors. --- backup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/backup.sh b/backup.sh index d768386..d7b0a56 100755 --- a/backup.sh +++ b/backup.sh @@ -1,8 +1,5 @@ #!/bin/bash -# Exit immediately on error -set -e - # Cronjobs don't inherit their env, so load from file source env.sh