From b436e223dcf80e12a7e205f707f23785165f6bd7 Mon Sep 17 00:00:00 2001 From: KeKe Date: Thu, 12 Sep 2024 11:57:37 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=20ec06508=20from=20https://gitee.?= =?UTF-8?q?com/wangxingmiao/openGauss-server/pulls/6305=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=9C=A8=E9=9D=9EsimpleInstall=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E4=B8=8B=E6=9E=81=E7=AE=80=E5=AE=89=E8=A3=85=EF=BC=8C=E5=88=9B?= =?UTF-8?q?=E5=BB=BAdemo=20database=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simpleInstall/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleInstall/install.sh b/simpleInstall/install.sh index ef6bffe9e..617aed629 100644 --- a/simpleInstall/install.sh +++ b/simpleInstall/install.sh @@ -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