Update install.sh
This commit is contained in:
parent
a6f602c33e
commit
bd5d3d1d0f
|
|
@ -524,8 +524,8 @@ echo "Installing Appsmith to '$install_dir'."
|
||||||
mkdir -p "$install_dir"
|
mkdir -p "$install_dir"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if confirm y "Would you like to initialize the default database?"; then
|
echo "Appsmith needs a MongoDB instance to run"
|
||||||
echo "Appsmith needs to create a MongoDB instance."
|
if confirm y "Initialise a new database? (Recommended)"; then
|
||||||
mongo_host="mongo"
|
mongo_host="mongo"
|
||||||
mongo_database="appsmith"
|
mongo_database="appsmith"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user