git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c2b19
)
Typo in syntax.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 31 Jan 2013 20:49:31 +0000
(20:49 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 31 Jan 2013 20:55:26 +0000
(21:55 +0100)
org.glite.lb.server/config/setup
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/config/setup
b/org.glite.lb.server/config/setup
index
02f5c03
..
6199414
100755
(executable)
--- a/
org.glite.lb.server/config/setup
+++ b/
org.glite.lb.server/config/setup
@@
-486,7
+486,7
@@
if test "$setup_emir_daemon" = "1"; then
emir=0
qecho "skipping native publishing to EMIR (BDII_EMIR_ENABLE is $BDII_EMIR_ENABLE)"
fi
- if test "$emir" != "0" -z "$EMIR_URL"; then
+ if test "$emir" != "0" -
a -
z "$EMIR_URL"; then
echo "glite-lb-setup: WARNING: EMIR_URL not set, EMIR won't be configured"
emir=0
fi