From 3c49f75ff2fa01fa3e36bc4402124c4fbc511ccf Mon Sep 17 00:00:00 2001 From: chendong76 <1209756284@qq.com> Date: Mon, 28 Sep 2020 18:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=AF=BC=E5=85=A5de?= =?UTF-8?q?moDB=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simpleInstall/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simpleInstall/install.sh b/simpleInstall/install.sh index 705261004..d59be05cb 100644 --- a/simpleInstall/install.sh +++ b/simpleInstall/install.sh @@ -274,7 +274,7 @@ function fn_install_demoDB() input=$1 if [ "$input"X = X ] then - read -p "Are you sure you want to create a demo database (yes/no)? " input + read -p "Would you like to create a demo database (yes/no)? " input fi if [ $input == "yes" ] then @@ -363,7 +363,7 @@ function main() local returnFlag=$? if [ $returnFlag -eq 0 ] then - echo "Load demoDB success." + echo "Load demoDB [school,finance] success." return 1 elif [ $returnFlag -eq 1 ] then