From 0e4be27de340e19a116622397d7d289530f89286 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Tue, 12 Sep 2023 17:57:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E6=9B=B4=E8=84=9A=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.sh b/main.sh index a718e04..14bf805 100644 --- a/main.sh +++ b/main.sh @@ -239,12 +239,12 @@ gm_option() { local action_desc="批量更新" local send_to="txt" ;; - "single_reboot") - local action_desc="单机器重启" - ;; - "batch_reboot") - local action_desc="批量重启" - ;; +# "single_reboot") +# local action_desc="单机器重启" +# ;; +# "batch_reboot") +# local action_desc="批量重启" +# ;; *) echo -e "${red}无效的选项,请重新输入${NC}" show_menu