From ba03fccd3ed8a65e627dc360e435e91c7b81c256 Mon Sep 17 00:00:00 2001 From: Robert Harakaly Date: Tue, 7 Dec 2004 14:07:58 +0000 Subject: [PATCH] Fixes --- org.glite.deployment.lb/config/scripts/glite-lb-config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 3a16043..8531bf2 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -219,7 +219,7 @@ if __name__ == '__main__': # Load parameters params = {} if glib.loadConfiguration("%s/../glite-lb.cfg.xml" % glib.getScriptPath(),params): - print "An error occurred while configuring the service" + print "Configuration files not found.\nPlease verify if the configuration files are copied from the templates directory\n" sys.exit(1) verbose = 0 @@ -259,8 +259,7 @@ if __name__ == '__main__': if params.has_key('glite.installer.checkcerts'): if params['glite.installer.checkcerts'] == "true": if glib.check_certs(params) != 0: - print "An error occurred while configuring the %s service" \ - % service.friendly_name + print "Certificate files are not found\n" sys.exit(1) # Print configuration parameters -- 1.8.2.3