mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 07:51:45 +00:00
fix: solve the recursion problem
This commit is contained in:
@@ -123,5 +123,5 @@ userguide(){
|
||||
echo "-----------------------------------------------"
|
||||
read -p "立即启动服务?(1/0) > " res
|
||||
[ "$res" = 1 ] && start_core && sleep 2
|
||||
main_menu
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user