forked from github/dataease
refactor: 去掉 installer 无用代码
This commit is contained in:
parent
1e3615b4d1
commit
2e84ddcaa3
@ -255,12 +255,6 @@ if which firewall-cmd >/dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
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 "启动服务"
|
log "启动服务"
|
||||||
systemctl start dataease 2>&1 | tee -a ${CURRENT_DIR}/install.log
|
systemctl start dataease 2>&1 | tee -a ${CURRENT_DIR}/install.log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user