Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit ca48ac1

Browse files
aptalcathelamer
authored andcommitted
simplify
1 parent ac0d4ff commit ca48ac1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

root/app/duckdns-txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
. /config/donoteditthisfile.conf
44

5-
DUCKDNSTOKEN="$ORIGDUCKDNSTOKEN"
6-
7-
curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${DUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION}
5+
curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${ORIGDUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION}
86

97
echo "sleeping 60"
108
sleep 60

0 commit comments

Comments
 (0)