From 2ddb6b0f7fc2d4faa30d9c2ed8881e361c2c4ccb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Jul 2018 13:38:46 +0200 Subject: ddns-update: no set -e --- ddns-update | 2 -- 1 file changed, 2 deletions(-) (limited to 'ddns-update') diff --git a/ddns-update b/ddns-update index 054521c..0748b69 100755 --- a/ddns-update +++ b/ddns-update @@ -6,8 +6,6 @@ # either called with 1 argument (the ip to check and add) or without # arguments (all known mirrors will be checked in parallel) -set -e - if [ $# -eq 1 ]; then if [ "${1%.*}" != "$1" ]; then ipver='A' -- cgit v1.2.3