PR Submenu change from "quit" to "back" #111

Merged
The-Monkey-King merged 8 commits from patch-1 into master 2021-09-12 20:41:28 +02:00
Showing only changes of commit 67c066284a - Show all commits

View File

@@ -71,7 +71,7 @@ upload_selection(){
printf "| $i) %-50s|\n" "${logfiles[$i]}"
i=$((i + 1))
done
quit_footer
back_footer
while true; do
read -p "${cyan}Please select:${default} " choice
if [ $choice = "q" ] || [ $choice = "Q" ]; then
@@ -101,4 +101,4 @@ upload_log(){
ERROR_MSG="File not found!" && print_msg && clear_msg
upload_selection
fi
}
}