From bd5d3d1d0febe91c700024f4290902a93443c1b4 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Fri, 18 Dec 2020 14:33:13 +0530 Subject: [PATCH] Update install.sh --- deploy/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/install.sh b/deploy/install.sh index 34af6b42a9..3c5d0eea8a 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -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"