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