From 2b9deed5fa1bc250a25d383ddef5642bac01ec34 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Thu, 20 Aug 2020 20:24:27 +0530 Subject: [PATCH] Update install.sh --- deploy/install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deploy/install.sh b/deploy/install.sh index b1a08c5b76..b68c690653 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -415,16 +415,15 @@ if [[ $status_code -ne 401 ]]; then echo "++++++++++++++++++++++++++++++++++++++++" echo "" else - echo "+++++++++++ SUCCESS ++++++++++++++++++++++" - echo "Your installation is complete. Please run the following command to ensure that all the containers are running without errors:" - echo "" - echo -e "cd \"$install_dir\" && sudo docker-compose ps -a" + echo "+++++++++++ SUCCESS ++++++++++++++++++++++++++++++" + echo "Your installation is complete!" echo "" if [[ -z $custom_domain ]]; then echo "Your application is running on 'http://localhost'." else echo "Your application is running on 'https://$custom_domain'." fi + echo "" echo "+++++++++++++++++++++++++++++++++++++++++++++++++" echo "" echo "Need help troubleshooting?"