fix: solve the recursion problem

This commit is contained in:
Sofia
2026-01-09 06:34:05 +08:00
committed by GitHub
parent da30e623ce
commit f150d14f80

View File

@@ -123,5 +123,5 @@ userguide(){
echo "-----------------------------------------------"
read -p "立即启动服务?(1/0) > " res
[ "$res" = 1 ] && start_core && sleep 2
main_menu
return 0
}