From: Zdeněk Salvet Date: Wed, 3 Nov 2004 08:56:20 +0000 (+0000) Subject: Critical typo fixed. X-Git-Tag: glite-lb_R_0_1_0~165 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=991bbf1cfb332fb2e053bf22a4d875d077e05350;p=jra1mw.git Critical typo fixed. --- diff --git a/org.glite.security.proxyrenewal/config/startup b/org.glite.security.proxyrenewal/config/startup index 253c532..efbc8d5 100755 --- a/org.glite.security.proxyrenewal/config/startup +++ b/org.glite.security.proxyrenewal/config/startup @@ -2,7 +2,7 @@ GLITE_LOCATION=${GLITE_LOCATION:-/opt/glite} GLITE_USER=${GLITE_USER:-glite} -GLITE_LOCATION_VAR=$(GLITE_LOCATION_VAR:-/opt/glite/var} +GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-/opt/glite/var} [ -f /etc/glite.conf ] && . /etc/glite.conf [ -f $GLITE_LOCATION/etc/glite-wms.conf ] && . $GLITE_LOCATION/etc/glite-wms.conf