From 1e793c194fad3baa26a4da4f2eeb07a5d97d1eab Mon Sep 17 00:00:00 2001 From: Robert Harakaly Date: Wed, 2 Feb 2005 09:14:50 +0000 Subject: [PATCH] Bug fix --- org.glite.deployment.lb/config/scripts/glite-lb-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 1.8.2.3