Commented out the service.stop() after the configuration
authorRobert Harakaly <robert.harakaly@cern.ch>
Tue, 7 Dec 2004 21:28:25 +0000 (21:28 +0000)
committerRobert Harakaly <robert.harakaly@cern.ch>
Tue, 7 Dec 2004 21:28:25 +0000 (21:28 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py

index db557d0..0b599f5 100644 (file)
@@ -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)