初步优化通知

This commit is contained in:
wushuo
2025-06-18 16:32:54 +08:00
parent c7a5663341
commit fd31a147e7
48 changed files with 1146 additions and 1013 deletions

View File

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