]> git.sven.stormbind.net Git - sven/scripts.git/commitdiff
In the current setup it does not make any sense to set -u or -e
authorSven Hoexter <sven@timegate.de>
Fri, 18 Feb 2011 15:59:38 +0000 (16:59 +0100)
committerSven Hoexter <sven@timegate.de>
Fri, 18 Feb 2011 15:59:38 +0000 (16:59 +0100)
hetzner/hetznerbackupv2.sh

index 570ace5f51b061bcb8cf92f21d1929ad815a21bf..e6afd73411f84709b8ca538e649406517a3287c6 100755 (executable)
@@ -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.