source /etc/glite-wms.conf if available
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 2 Nov 2004 15:14:12 +0000 (15:14 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 2 Nov 2004 15:14:12 +0000 (15:14 +0000)
org.glite.security.proxyrenewal/config/startup

index ff13d2d..253c532 100755 (executable)
@@ -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"