fix: upload log should not rerun the main_menu
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
accept_upload_conditions(){
|
||||
while true; do
|
||||
top_border
|
||||
@@ -23,7 +25,7 @@ accept_upload_conditions(){
|
||||
;;
|
||||
N|n|No|no)
|
||||
clear
|
||||
main_menu
|
||||
main_menu #TODO this is the issue causing main menu to not exit
|
||||
break
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user