1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 12:04:07 +02:00

sleep before certbot

This commit is contained in:
Robin Appelman 2018-09-19 21:35:59 +02:00
commit 26d7d981c7

View file

@ -8,4 +8,8 @@ sed -e "s/\${SOURCE}/sync.$HOST/" -e "s/\${TARGET}/$TARGET/" nginx.conf > /etc/n
. /scripts/util.sh
auto_enable_configs
echo "waiting a bit"
sleep 5
/scripts/run_certbot.sh
nginx -s reload