From a37e74b908c580be1b71a8306865ca5c48cacb6b Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Wed, 18 Dec 2019 13:07:22 -0500 Subject: [PATCH] Fix spinner bug cause by previous commit --- GenaSYS.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] -- 2.11.0