mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-02 19:36:17 -04:00
8 lines
192 B
Bash
8 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
|