修改了导入demoDB的提示信息
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user