修改了导入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 input=$1
if [ "$input"X = X ] if [ "$input"X = X ]
then 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 fi
if [ $input == "yes" ] if [ $input == "yes" ]
then then
@ -363,7 +363,7 @@ function main()
local returnFlag=$? local returnFlag=$?
if [ $returnFlag -eq 0 ] if [ $returnFlag -eq 0 ]
then then
echo "Load demoDB success." echo "Load demoDB [school,finance] success."
return 1 return 1
elif [ $returnFlag -eq 1 ] elif [ $returnFlag -eq 1 ]
then then