修改安装脚本

This commit is contained in:
wushuo
2025-05-25 16:20:59 +08:00
parent a0de415be9
commit af1ea1fab3

View File

@@ -132,11 +132,11 @@ verify_install() {
exit 1
fi
sleep 3
if ! ss -tulnp | grep -q ":$PORT"; then
echo -e "${RED}端口 $PORT 未监听${NC}"
exit 1
fi
# sleep 10
# if ! ss -tulnp | grep -q ":$PORT"; then
# echo -e "${RED}端口 $PORT 未监听${NC}"
# exit 1
# fi
echo -e "${GREEN}验证通过,服务运行正常${NC}"
}