From 4688c5c4457ec29ec525b63fa925ea40cac5f807 Mon Sep 17 00:00:00 2001 From: alcapone1933 Date: Mon, 7 Nov 2022 18:17:19 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edata/entrypoint.sh=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/entrypoint.sh b/data/entrypoint.sh index 22120df..81a86ca 100644 --- a/data/entrypoint.sh +++ b/data/entrypoint.sh @@ -39,7 +39,7 @@ fi IP=$(curl -4ssL https://ipv64.net/update.php?howismyip | jq -r 'to_entries[] | "\(.value)"') CHECK=$(curl -4sSL "https://ipv64.net/update.php?key=${DOMAIN_KEY}&domain=${DOMAIN_IPV64}&ip=${IP}&output=min") # if [ "$CHECK" = "ok" ] ; then -if [[ "$CHECK" =~ (nochg|good) ]] ; then +if [[ "$CHECK" =~ (nochg|good|ok) ]] ; then echo "$DATUM CHECK - Die Angaben sind richtig gesetzt: DOMAIN und DOMAIN KEY" sleep 5 && for DOMAIN in $(echo "${DOMAIN_IPV64}" | sed -e "s/,/ /g"); do echo "$DATUM IP CHECK - Deine DOMAIN ${DOMAIN} HAT DIE IP=`dig +short ${DOMAIN} A @ns1.ipv64.net`"; done else