From c38d09c98a7b7988a7f2b9a64fc528089a06f275 Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Tue, 10 May 2016 22:25:30 -0400 Subject: [PATCH] Fixed questions. --- bash/portal/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/portal/install.sh b/bash/portal/install.sh index 9290b6b..b0eb228 100755 --- a/bash/portal/install.sh +++ b/bash/portal/install.sh @@ -121,7 +121,7 @@ else echo " 1) MySQL" echo " 2) SQLLite" echo -e "\033[37m" - read -p "Use portal with advanced features? [1] " DATABASEENGINE + read -p "Which database engine will be used? [1] " DATABASEENGINE # Check if the user is using a remote MySQL database. if [[ $DATABASEENGINE != 2 ]]; then @@ -131,7 +131,7 @@ else echo " 1) Locally" echo " 2) Remotely" echo -e "\033[37m" - read -p "Use portal with advanced features? [1] " LOCALDATABASE + read -p "Where will the database hosted? [1] " LOCALDATABASE fi fi fi