From e126441c2ffb81341c9f3509b28c78aced694450 Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Wed, 31 Jul 2024 16:57:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86installer=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=B8=AD=E5=AF=B9=E7=AB=AF=E5=8F=A3=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 62b656a61d..790b1a46b8 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -28,6 +28,7 @@ function prop { function check_and_prepare_env_params() { log "当前时间 : $(date)" log_title "检查安装环境并初始化环境变量" + DE_APISIX_PORT=9080 cd ${CURRENT_DIR} if [ -f /usr/bin/dectl ]; then @@ -297,7 +298,7 @@ function start_de_service() { access_port=$DE_PORT if [[ $DE_INSTALL_MODE != "community" ]];then - access_port=9080 + access_port=$DE_APISIX_PORT fi echo