Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-03-24 10:31:35 +08:00
committed by GitHub
parent 39ba9b2068
commit f921d99716
+1
View File
@@ -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