Update functions.sh

This commit is contained in:
2019-09-03 09:57:20 -05:00
parent 0b6664b96a
commit da015445e3

View File

@@ -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:"