Update install.sh

This commit is contained in:
Nikhil Nandagopal 2020-12-18 14:33:13 +05:30 committed by GitHub
parent a6f602c33e
commit bd5d3d1d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,8 +524,8 @@ echo "Installing Appsmith to '$install_dir'."
mkdir -p "$install_dir"
echo ""
if confirm y "Would you like to initialize the default database?"; then
echo "Appsmith needs to create a MongoDB instance."
echo "Appsmith needs a MongoDB instance to run"
if confirm y "Initialise a new database? (Recommended)"; then
mongo_host="mongo"
mongo_database="appsmith"