docker-swag/root/app/duckdns-txt

9 lines
193 B
Plaintext
Raw Normal View History

2020-08-03 15:00:14 +00:00
#!/bin/bash
2020-12-10 18:37:53 +00:00
. /config/.donoteditthisfile.conf
2020-08-03 15:00:14 +00:00
curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${ORIGDUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION}
echo "sleeping 60"
sleep 60