From e3789ea1ce9b7438ace4d89470f851e37bf1b319 Mon Sep 17 00:00:00 2001 From: juewuy Date: Wed, 14 Jan 2026 19:24:58 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BF=AE=E5=A4=8D=E6=96=B0=E6=89=8B=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E6=AD=BB=E5=BE=AA=E7=8E=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/menus/8_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/8_tools.sh b/scripts/menus/8_tools.sh index 25704d0f..72226b62 100644 --- a/scripts/menus/8_tools.sh +++ b/scripts/menus/8_tools.sh @@ -804,5 +804,5 @@ userguide(){ echo "-----------------------------------------------" read -p "立即启动服务?(1/0) > " res [ "$res" = 1 ] && start_core && sleep 2 - main_menu + return 0 }