mirror of
https://github.com/mykitserver/docker-ddns-ipv64.git
synced 2025-12-07 00:48:52 +01:00
commit
This commit is contained in:
@@ -34,11 +34,11 @@ if [ "$CHECK" = "success" ] ; then
|
|||||||
echo
|
echo
|
||||||
echo "Die Angaben sind richtig gesetzt : DOMAIN und DOMAIN KEY"
|
echo "Die Angaben sind richtig gesetzt : DOMAIN und DOMAIN KEY"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo "Die Angaben sind falsch gesetzt : DOMAIN oder DOMAIN KEY"
|
echo "Die Angaben sind falsch gesetzt : DOMAIN oder DOMAIN KEY"
|
||||||
echo
|
echo
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "$IP" > /data/updip.txt
|
echo "$IP" > /data/updip.txt
|
||||||
curl -sSL --fail https://ipv64.net/ > /dev/null || exit 1
|
curl -sSL --fail https://ipv64.net/ > /dev/null || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user