index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | ddns-update | 2 |
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' |