mirror of
https://github.com/wushuo894/ani-rss.git
synced 2026-03-13 09:20:23 +00:00
修改安装脚本
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user