From 2e84ddcaa35bfefaccc7e783436f95146ed9a3de Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Mon, 11 Mar 2024 17:18:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E6=8E=89=20installer=20?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index 27c9ad8815..49795034af 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -255,12 +255,6 @@ if which firewall-cmd >/dev/null 2>&1; then fi fi -http_code=$(curl -sILw "%{http_code}\n" http://localhost:${DE_PORT} -o /dev/null) -if [[ $http_code == 200 ]];then - log "停止服务进行升级..." - dectl stop -fi - log "启动服务" systemctl start dataease 2>&1 | tee -a ${CURRENT_DIR}/install.log