diff options
author | Erich Eckner <git@eckner.net> | 2017-02-23 21:40:00 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-02-23 21:40:00 +0100 |
commit | 2258556c58336bd9dfe4b013a1a644fe3d8ae6d3 (patch) | |
tree | 32592d9ad7ea63d015512dba1dba4c86f6e335cb /update-ddns.in | |
parent | 62778e530b38c37b12e8576d69eb478eed2b4e88 (diff) | |
download | update-ddns-2258556c58336bd9dfe4b013a1a644fe3d8ae6d3.tar.xz |
curl verwendet nun "-${ipVer}"
Diffstat (limited to 'update-ddns.in')
-rw-r--r-- | update-ddns.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |