mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
9 lines
192 B
Bash
9 lines
192 B
Bash
#!/bin/bash
|
|
|
|
. /config/donoteditthisfile.conf
|
|
|
|
curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${ORIGDUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION}
|
|
|
|
echo "sleeping 60"
|
|
sleep 60
|