From da015445e3f51dcfef50a7f06f23a2c0b3dbac94 Mon Sep 17 00:00:00 2001 From: Jason Pitman Date: Tue, 3 Sep 2019 09:57:20 -0500 Subject: [PATCH] Update functions.sh --- backup/archive_repos/_lib/functions.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/backup/archive_repos/_lib/functions.sh b/backup/archive_repos/_lib/functions.sh index 41e96d2..ffa7126 100755 --- a/backup/archive_repos/_lib/functions.sh +++ b/backup/archive_repos/_lib/functions.sh @@ -154,10 +154,14 @@ repo_list_empty_check(){ sep echo - sec_hl "Checking for repositories in your list:" + sec_hl "Checking for repositories:" if [ ! -s "${repo_list}" ]; then - alert_line "There aren't any repos defined in your list yet."; line_2 "Add them to ${fg_aqua}${repo_list}${reset}" + alert_line "There aren't any repos defined in your list yet."; line_2 "Add them to ${fg_aqua}${repo_list}${reset}"; line_2 "and restart this script." + echo + sep + echo + sleep 2s; exit 0; else info; line "Here's what you have in you list now:"