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