From 616ec408d6bdd0872dd75e6795b126dfafc4de2a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 5 Jan 2017 21:11:52 -0800 Subject: [PATCH] Remove redundant reboot message --- scripts/cloudron-setup | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index fa3e92935..03a3ac957 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -92,8 +92,6 @@ echo "##############################################" echo " Cloudron Setup (${requestedVersion}) " 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 ""