From 2a1d594c9f3380cd2043baa6736126f5c5a62e05 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Wed, 13 Sep 2023 10:59:12 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 14bf805..c967f79 100644 --- a/main.sh +++ b/main.sh @@ -357,8 +357,8 @@ gm_menu(){ echo -e "1. ${yellow}打包${NC}" echo -e "2. ${yellow}单机器更新${NC}" echo -e "3. ${yellow}批量更新${NC}" - echo -e "4. ${yellow}单机器重启${NC}" - echo -e "5. ${yellow}批量重启${NC}" +# echo -e "4. ${yellow}单机器重启${NC}" +# echo -e "5. ${yellow}批量重启${NC}" echo -e "0. ${green}返回主菜单${NC}" echo -e "*. ${red}其他任意键退出程序${NC}" }