projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e11ad
)
Fix spinner bug cause by previous commit
author
Andy Witter
<awitter@georgialibraries.org>
Wed, 18 Dec 2019 18:07:22 +0000
(13:07 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Wed, 18 Dec 2019 18:07:22 +0000
(13:07 -0500)
GenaSYS.sh
patch
|
blob
|
history
diff --git
a/GenaSYS.sh
b/GenaSYS.sh
index
8edfd2c
..
1db5a56
100755
(executable)
--- 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" ]