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