From 3a0653d894f8239caaf720aa9f5e57acc3b35a71 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 16 Aug 2018 06:28:16 +0200 Subject: ddns-update: no "-L" for curl --- ddns-update | 1 - 1 file changed, 1 deletion(-) (limited to 'ddns-update') 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" \ -- cgit v1.2.3-54-g00ecf