summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-10 13:38:46 +0200
committerErich Eckner <git@eckner.net>2018-07-10 13:38:46 +0200
commit2ddb6b0f7fc2d4faa30d9c2ed8881e361c2c4ccb (patch)
tree3f5dec638a766313a3b4c6e85ea9d9611206bb5d
parentb12c47aed380806dc17957d33e886179dff1cf37 (diff)
downloaddevops-2ddb6b0f7fc2d4faa30d9c2ed8881e361c2c4ccb.tar.xz
ddns-update: no set -e
-rwxr-xr-xddns-update2
1 files changed, 0 insertions, 2 deletions
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'