From 2258556c58336bd9dfe4b013a1a644fe3d8ae6d3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 23 Feb 2017 21:40:00 +0100 Subject: curl verwendet nun "-${ipVer}" --- update-ddns.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-ddns.in') diff --git a/update-ddns.in b/update-ddns.in index b8542b8..176017b 100644 --- a/update-ddns.in +++ b/update-ddns.in @@ -82,7 +82,7 @@ do uniq -d )" ] then - curl -sS "https://${syncPre}sync.afraid.org/u/${authToken}/${updateIp}" 2> /dev/null + curl -${ipVer} -sS "https://${syncPre}sync.afraid.org/u/${authToken}/${updateIp}" 2> /dev/null fi done < #ETCDIR#/update-ddns.conf -- cgit v1.2.3-54-g00ecf