We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0d4ff commit ca48ac1Copy full SHA for ca48ac1
1 file changed
root/app/duckdns-txt
@@ -2,9 +2,7 @@
2
3
. /config/donoteditthisfile.conf
4
5
-DUCKDNSTOKEN="$ORIGDUCKDNSTOKEN"
6
-
7
-curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${DUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION}
+curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${ORIGDUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION}
8
9
echo "sleeping 60"
10
sleep 60
0 commit comments