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