From: Robert Harakaly Date: Tue, 7 Dec 2004 21:28:25 +0000 (+0000) Subject: Commented out the service.stop() after the configuration X-Git-Tag: glite-wms-utils-exception_R_1_0_0~39 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=28d9d19412ec950a1c304eca090f974e450fe8a9;p=jra1mw.git Commented out the service.stop() after the configuration --- 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 db557d0..0b599f5 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -272,7 +272,7 @@ if __name__ == '__main__': sys.exit(1) # Start the service - service.stop() + # service.stop() if service.start() != 0: print "An error occurred while starting the %s" % service.friendly_name sys.exit(1)