From 67c066284a17d31a3de47e8517a50bf8117c60d0 Mon Sep 17 00:00:00 2001 From: "AKA \"Thom Wiley" Date: Sun, 12 Sep 2021 10:20:19 -0400 Subject: [PATCH] Updated upload_log.sh with back instead of quit Missed this one. Seeing if I can add this to the existing PR. --- scripts/upload_log.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upload_log.sh b/scripts/upload_log.sh index 03d3584..e2a03b2 100755 --- a/scripts/upload_log.sh +++ b/scripts/upload_log.sh @@ -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 -} \ No newline at end of file +}