From: Andy Witter Date: Wed, 18 Dec 2019 18:07:22 +0000 (-0500) Subject: Fix spinner bug cause by previous commit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a37e74b908c580be1b71a8306865ca5c48cacb6b;p=contrib%2Fpines%2Fgenasys.git Fix spinner bug cause by previous commit --- diff --git a/GenaSYS.sh b/GenaSYS.sh index 8edfd2c..1db5a56 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -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" ]