Deleted even more trailing whitespace, changed an error condition in get_config

This commit is contained in:
Jesse Gardner 2021-03-17 18:50:21 -07:00
parent 0a8a045b29
commit ba3ee00dca
1 changed files with 17 additions and 16 deletions

View File

@ -343,7 +343,7 @@ read -r check \
< <(sqlite3 "select exists ( select * from CONFIG)")
((check)) ||
{ echo "Is the database corrupt? No CONFIG table!" 2>/dev/null;
unexpected_error get_config; }
exit "$E_config"; }
declare -gA OPT
declare -a opts
@ -377,6 +377,7 @@ return 0
#---USAGE INFORMATION---#
#@@@@@@@@@@@@@@@@@@@@@@@#
#-----------------------#
#=========================================================================#
usage ()
# DESCRIPTION: Output basic usage information