diff options
author | Erich Eckner <git@eckner.net> | 2018-08-16 06:28:16 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-08-16 06:28:16 +0200 |
commit | 3a0653d894f8239caaf720aa9f5e57acc3b35a71 (patch) | |
tree | a7cb5d5369dcb7392253c0dc883e5d673ee603fc | |
parent | 6cc7120a7fdf6ef0777cd89ae0cfca3a87fbca83 (diff) | |
download | devops-3a0653d894f8239caaf720aa9f5e57acc3b35a71.tar.xz |
ddns-update: no "-L" for curl
-rwxr-xr-x | ddns-update | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ddns-update b/ddns-update index 0748b69..0476242 100755 --- a/ddns-update +++ b/ddns-update @@ -17,7 +17,6 @@ if [ $# -eq 1 ]; then if [ "$(curl \ -w '%{http_code}' \ - -L \ -o /dev/null \ --connect-timeout 10 \ --resolve "pool.mirror.archlinux32.org:80:$1" \ |