]> git.sven.stormbind.net Git - sven/scripts.git/blobdiff - hetzner/hetznerbackupv2.sh
In the current setup it does not make any sense to set -u or -e
[sven/scripts.git] / 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.