From 56169e539399b08b5cfc8ce5478b171e45cef20d Mon Sep 17 00:00:00 2001 From: mango Date: Sun, 22 Feb 2026 20:49:18 +0800 Subject: [PATCH] fix: auto-optimize on run, no menu by default --- bbr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbr.sh b/bbr.sh index cd10f95..c04d3ff 100644 --- a/bbr.sh +++ b/bbr.sh @@ -175,8 +175,8 @@ show_menu() { } case "${1:-}" in - optimize|enable) do_optimize ;; restore|disable) do_restore ;; status) show_info; show_result ;; - *) show_menu ;; + menu) show_menu ;; + *) show_info; do_optimize ;; esac