fix: upload log should not rerun the main_menu

This commit is contained in:
Yifei Ding
2021-11-13 00:48:25 -08:00
parent f42ce0f0c5
commit 44966cba2d

View File

@@ -1,3 +1,5 @@
#!/bin/bash
accept_upload_conditions(){ accept_upload_conditions(){
while true; do while true; do
top_border top_border
@@ -23,7 +25,7 @@ accept_upload_conditions(){
;; ;;
N|n|No|no) N|n|No|no)
clear clear
main_menu main_menu #TODO this is the issue causing main menu to not exit
break break
;; ;;
*) *)