Fix spinner bug cause by previous commit
authorAndy Witter <awitter@georgialibraries.org>
Wed, 18 Dec 2019 18:07:22 +0000 (13:07 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 18 Dec 2019 18:07:22 +0000 (13:07 -0500)
GenaSYS.sh

index 8edfd2c..1db5a56 100755 (executable)
@@ -41,7 +41,7 @@ echo ; echo >&2 "Usage: $0 [-c config file] [-h] help" ; echo
 
 dont_waste_my_time() {
        sleep() {
-               echo
+               true
        }
 }
 while getopts c:nhd OPTIONS
@@ -1214,6 +1214,7 @@ fi
 Write_Config_File USE_HOSTNAME_PREFIX
 Write_Config_File HOSTNAME_PREFIX
 
+
 if [ -z "$USE_DATABASE_PREFIX" ] || [ "$USE_CONFIG_FILE" == "0" ]
 then 
        if [ "$USE_HOSTNAME_PREFIX" = "y" ] || [ "$USE_HOSTNAME_PREFIX" = "Y" ]