Sleep longer to wait for app boot

This commit is contained in:
Jamil Bou Kheir
2021-09-27 15:25:31 -07:00
parent b779e7618a
commit ed74b02bbc

View File

@@ -13,7 +13,7 @@ fi
sudo firezone-ctl reconfigure
# Wait for app to fully boot
sleep 10
sleep 20
echo "Trying to load homepage"
page=$(curl -L -i -vvv -k https://$(hostname))