diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index e9350746d..971543903 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -79,6 +79,8 @@ echo "##############################################" echo " Cloudron Setup (${version}) " echo "##############################################" echo "" +echo "The server will reboot at the end to complete the setup." +echo "" echo " Follow setup logs in a second terminal with:" echo " $ tail -f ${LOG_FILE}" echo "" @@ -176,6 +178,10 @@ while true; do sleep 10 done +echo "" +echo "Rebooting this server now to let bootloader changes take effect." echo "" echo "Visit https://my.${domain} to finish setup" echo "" + +systemctl reboot