From 4e03c483162c11c1fce10c2bf50c71a84c32dc50 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: Tue, 25 Feb 2025 11:18:25 +0800 Subject: [PATCH] Update serv00.sh --- serv00.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv00.sh b/serv00.sh index a041589..cc7d9b3 100644 --- a/serv00.sh +++ b/serv00.sh @@ -153,7 +153,7 @@ if [[ $tcp_ports -ne 2 || $udp_ports -ne 1 ]]; then #green "端口已调整完成,将断开ssh连接,请重新连接shh重新执行脚本" #devil binexec on >/dev/null 2>&1 #kill -9 $(ps -o ppid= -p $$) >/dev/null 2>&1 - #sleep 2 + sleep 3 else tcp_ports=$(echo "$port_list" | awk '/tcp/ {print $1}') tcp_port1=$(echo "$tcp_ports" | sed -n '1p')