diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 41e92069e..3a9f15729 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -178,7 +178,7 @@ done if ! ip=$(curl -s --fail --connect-timeout 2 --max-time 2 https://api.cloudron.io/api/v1/helper/public_ip | sed -n -e 's/.*"ip": "\(.*\)"/\1/p'); then ip='' fi -echo -e "\n\n${GREEN}Visit https://${ip} and accept the self-signed certificate to finish setup.${DONE}\n" +echo -e "\n\n${GREEN}After reboot, visit https://${ip} and accept the self-signed certificate to finish setup.${DONE}\n" if [[ "${rebootServer}" == "true" ]]; then systemctl stop box mysql # sometimes mysql ends up having corrupt privilege tables