From d4f5b7ca34eaf6aec87773d7dd0fd24f3f139e46 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 8 Oct 2020 23:23:05 -0700 Subject: [PATCH] cloudron-setup: mention "After reboot" --- scripts/cloudron-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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