修复在非simpleInstall目录下极简安装,创建demo database报错问题
This commit is contained in:
KeKe
2024-09-12 11:57:37 +08:00
parent 61df640bd2
commit b436e223dc

View File

@ -365,7 +365,7 @@ function fn_install_demoDB()
fi
if [ "$input"X == "yes"X ]
then
fn_load_demoDB 1>load.log 2>&1
fn_load_demoDB 1>$shell_path/load.log 2>&1
fn_check_demoDB
elif [ "$input"X == "no"X ]
then