Update serv00keep.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-03-24 10:27:48 +08:00
committed by GitHub
parent ee6414fd69
commit 39ba9b2068
+1
View File
@@ -624,6 +624,7 @@ else
#args="tunnel --edge-ip-version auto --no-autoupdate --protocol http2 --logfile boot.log --loglevel info --url http://localhost:$vmess_port" #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" args="tunnel --url http://localhost:$vmess_port --no-autoupdate --logfile boot.log --loglevel info"
fi fi
pkill -x "$agg"
nohup ./"$agg" $args >/dev/null 2>&1 & nohup ./"$agg" $args >/dev/null 2>&1 &
sleep 10 sleep 10
if pgrep -x "$agg" > /dev/null; then if pgrep -x "$agg" > /dev/null; then