From: Daniel KouĊ™il Date: Tue, 2 Nov 2004 15:14:12 +0000 (+0000) Subject: source /etc/glite-wms.conf if available X-Git-Tag: glite-lb_R_0_1_0~183 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c070a029844658545ed2e55f14731604d933feef;p=jra1mw.git source /etc/glite-wms.conf if available --- diff --git a/org.glite.security.proxyrenewal/config/startup b/org.glite.security.proxyrenewal/config/startup index ff13d2d..253c532 100755 --- a/org.glite.security.proxyrenewal/config/startup +++ b/org.glite.security.proxyrenewal/config/startup @@ -5,6 +5,7 @@ GLITE_USER=${GLITE_USER:-glite} 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 [ -f $HOME/.glite.conf ] && . $HOME/.glite.conf PROXY_REPOSITORY="$GLITE_LOCATION_VAR/spool/glite-renewd"