From: Sven Hoexter Date: Fri, 18 Feb 2011 15:59:38 +0000 (+0100) Subject: In the current setup it does not make any sense to set -u or -e X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fscripts.git;a=commitdiff_plain;h=b2be12c04a5e851ad8dbfc360e03908eabac3dd4 In the current setup it does not make any sense to set -u or -e --- diff --git a/hetzner/hetznerbackupv2.sh b/hetzner/hetznerbackupv2.sh index 570ace5..e6afd73 100755 --- a/hetzner/hetznerbackupv2.sh +++ b/hetzner/hetznerbackupv2.sh @@ -1,10 +1,5 @@ #!/bin/bash -### Halt on errors -#set -e -### Halt on unset variables -set -u - ### Do not inherit the following variables # Safety net just in case some calls this # script in a bogus way.