diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 744b630f3..11c348743 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -237,9 +237,9 @@ while true; do done if [[ -n "${domain}" ]]; then - echo -e "Visit https://my.${domain} to finish setup once the server has rebooted.\n" + echo -e "\n\nVisit https://my.${domain} to finish setup once the server has rebooted.\n" else - echo -e "Visit https:// to finish setup once the server has rebooted.\n" + echo -e "\n\nVisit https:// to finish setup once the server has rebooted.\n" fi if [[ "${rebootServer}" == "true" ]]; then