From f921d99716252320e4e71519c0fcc8f6a1fd70e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:31:35 +0800 Subject: [PATCH] Update serv00.sh --- serv00.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/serv00.sh b/serv00.sh index d47f67b..eef82d3 100644 --- a/serv00.sh +++ b/serv00.sh @@ -596,6 +596,7 @@ else #args="tunnel --edge-ip-version auto --no-autoupdate --protocol http2 --logfile boot.log --loglevel info --url http://localhost:$vmess_port" args="tunnel --url http://localhost:$vmess_port --no-autoupdate --logfile boot.log --loglevel info" fi + pkill -x "$agg" nohup ./"$agg" $args >/dev/null 2>&1 & sleep 10 if pgrep -x "$agg" > /dev/null; then