修改了导入demoDB的提示信息

This commit is contained in:
chendong76
2020-09-28 18:15:32 +08:00
parent 5064a41de2
commit 3c49f75ff2

View File

@ -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