From: František Dvořák Date: Thu, 31 Jan 2013 20:49:31 +0000 (+0000) Subject: Typo in syntax. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=95422da7d034a05c8823a4d1b5751ac2672f5450;p=jra1mw.git Typo in syntax. --- diff --git a/org.glite.lb.server/config/setup b/org.glite.lb.server/config/setup index 02f5c03..6199414 100755 --- 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