Whiptail #141

Closed
dingyifei wants to merge 27 commits from whiptail-fix into master
Showing only changes of commit 44966cba2d - Show all commits

View File

@@ -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
;;
*)