From 8f94422481c5304c9b1221c428732385a47d40cb Mon Sep 17 00:00:00 2001 From: fit2cloudrd Date: Wed, 5 Jun 2024 18:10:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=94=B9=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index b10dc43d3f..5b1c199f38 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -53,6 +53,7 @@ function check_and_prepare_env_params() { fi set -a + source ${CURRENT_DIR}/install.conf if [[ -d $DE_BASE ]] && [[ -f $DE_BASE/dataease2.0/.env ]]; then source $DE_BASE/dataease2.0/.env INSTALL_TYPE='upgrade' @@ -64,7 +65,6 @@ function check_and_prepare_env_params() { fi log_content "升级安装" else - source ${CURRENT_DIR}/install.conf INSTALL_TYPE='install' mkdir -p ${DE_BASE} log_content "全新安装"