mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
sleep before certbot
This commit is contained in:
parent
754f8cf31f
commit
26d7d981c7
1 changed files with 4 additions and 0 deletions
|
|
@ -8,4 +8,8 @@ sed -e "s/\${SOURCE}/sync.$HOST/" -e "s/\${TARGET}/$TARGET/" nginx.conf > /etc/n
|
||||||
. /scripts/util.sh
|
. /scripts/util.sh
|
||||||
|
|
||||||
auto_enable_configs
|
auto_enable_configs
|
||||||
|
echo "waiting a bit"
|
||||||
|
sleep 5
|
||||||
|
/scripts/run_certbot.sh
|
||||||
|
|
||||||
nginx -s reload
|
nginx -s reload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue