From cefc64fe058c83f0a2f0da12e97ad65c13a381ca Mon Sep 17 00:00:00 2001 From: dr Date: Fri, 4 Oct 2024 13:14:28 +0800 Subject: [PATCH] Update tcpx.sh --- tcpx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcpx.sh b/tcpx.sh index 92293db1..85c20cef 100644 --- a/tcpx.sh +++ b/tcpx.sh @@ -331,9 +331,11 @@ while [ $# -gt 0 ]; do case $1 in op) optimizing_system # 调用函数 + exit ;; op2) optimizing_system_johnrosen1 # 调用函数 + exit ;; *) err "未知选项: \"$1\""