Commit 07e4c88f authored by Julien Muchembled's avatar Julien Muchembled

ooo: enable scripting by default

For old setups without an easy way to configure.
parent 8306b381
......@@ -284,7 +284,7 @@ def bootstrapHandler(configuration_dict):
signal(SIGHUP, stopProcesses)
Handler.enable_scripting = ('false', 'true').index(
configuration_dict.pop("ooo_enable_scripting", 'false'))
configuration_dict.pop("ooo_enable_scripting", 'true'))
working_path = configuration_dict.get('working_path')
application_hostname = configuration_dict.get('application_hostname')
......
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