diff options
author | Erich Eckner <git@eckner.net> | 2018-07-10 13:38:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-10 13:38:46 +0200 |
commit | 2ddb6b0f7fc2d4faa30d9c2ed8881e361c2c4ccb (patch) | |
tree | 3f5dec638a766313a3b4c6e85ea9d9611206bb5d /ddns-update | |
parent | b12c47aed380806dc17957d33e886179dff1cf37 (diff) | |
download | devops-2ddb6b0f7fc2d4faa30d9c2ed8881e361c2c4ccb.tar.xz |
ddns-update: no set -e
Diffstat (limited to 'ddns-update')
-rwxr-xr-x | ddns-update | 2 |
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' |