From: Robert Harakaly Date: Wed, 2 Feb 2005 09:14:50 +0000 (+0000) Subject: Bug fix X-Git-Tag: gridsite-core_R_1_1_5~66 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=1e793c194fad3baa26a4da4f2eeb07a5d97d1eab;p=jra1mw.git Bug fix --- diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index 05dee0d..0e2f639 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -121,7 +121,7 @@ python %s-config [OPTION...]""" % (self.name, os.environ['GLITE_LOCATION'], \ dirlist = string.split(params['dirlist'],',') for d in dirlist: glib.check_dir(d,0777) - glib.check_dir(params['GLITE_CERT_DIR']) + glib.check_dir(os.environ['GLITE_CERT_DIR']) # Create the GLITE_USER if it doesn't exists print "Creating/Verifying the GLITE_USER account %s" % params['GLITE_USER']