From 207436f9f82eaf59c90a604d022087b7e3986a2b Mon Sep 17 00:00:00 2001 From: Mitch Capper Date: Tue, 16 Jun 2015 06:44:33 -0700 Subject: [PATCH] added missing fi to fix and clarified that locale is also now checked --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7a1e30b..d64a07b 100755 --- a/install.sh +++ b/install.sh @@ -202,7 +202,7 @@ function format_status function report_config() { format_status "Checking for 64 bit Linux compatible OS" "$1" - format_status "Checking required libs are installed" "$2" + format_status "Checking required libs/locale(en_US.utf8) are installed" "$2" format_status "unixODBC utilities (odbc_config and odbcinst) installed" "$3" format_status "unixODBC Driver Manager version $req_dm_ver installed" "$4" format_status "unixODBC Driver Manager configuration correct" "$5" @@ -242,6 +242,7 @@ function check_required_locale log "Adding locales can be as simple as 'sudo locale-gen en_US.utf8 && sudo dpkg-reconfigure locales'." log "Please see your distribution's manual for more details regarding adding locales." return 1; + fi } # verify that the required libs are on the system