Updated upload_log.sh with back instead of quit
Missed this one. Seeing if I can add this to the existing PR.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user