!6305 修复在非simpleInstall目录下极简安装,创建demo database报错问题

Merge pull request !6305 from KeKe/master
This commit is contained in:
opengauss_bot
2024-09-12 09:02:18 +00:00
committed by Gitee

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