Commit fefe515a authored by Tres Seaver's avatar Tres Seaver

Fix ``zopectl start`` on non-Windows platforms.

Fixes LP #628448.

Forward-port from 2.13 branch.
parent 98a7f616
......@@ -233,6 +233,7 @@ class ZopeCmd(ZDCmd):
# signal to Zope that it is being managed
# (to indicate it's web-restartable)
os.putenv('ZMANAGED', '1')
ZDCmd.do_start(self, arg)
## START OF WINDOWS ONLY STUFF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment