Assign, don't test equality (thanks berick)
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 9 Nov 2010 17:54:13 +0000 (17:54 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 9 Nov 2010 17:54:13 +0000 (17:54 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2069 9efc2488-bf62-4759-914b-345cdb29e865

src/python/opensrf.py.in

index 49c6344..bd6c4f0 100755 (executable)
@@ -150,7 +150,7 @@ def do_start_all():
 
     # You can't start more than one service without daemonizing
     global as_daemon
-    as_daemon == True
+    as_daemon = True
 
     print "* starting all services for %s " % domain
     for service in services.keys():