From b2be12c04a5e851ad8dbfc360e03908eabac3dd4 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Fri, 18 Feb 2011 16:59:38 +0100 Subject: [PATCH] In the current setup it does not make any sense to set -u or -e --- hetzner/hetznerbackupv2.sh | 5 ----- 1 file changed, 5 deletions(-) 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. -- 2.39.2