cherry pick ec06508 from https://gitee.com/wangxingmiao/openGauss-server/pulls/6305
修复在非simpleInstall目录下极简安装,创建demo database报错问题
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user