Commit 95daedfa authored by Ken Manheimer's avatar Ken Manheimer

Don't narrow the permissions on the Zope.cgi file so extremely - 755

instead of 711.
parent 40430ab5
......@@ -110,5 +110,5 @@ BOBO_DEBUG_MODE=1
INSTANCE_HOME=%(cwd)s
''' % vars())
ch(name, user, group, 0711)
ch(name, user, group, 0755)
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