Update install.sh

This commit is contained in:
Nikhil Nandagopal 2020-08-20 20:24:27 +05:30 committed by GitHub
parent f93619a843
commit 2b9deed5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?"