Commit b124e5be authored by Marco Mariani's avatar Marco Mariani

certificate_repository_path is now optional (for usage with slapproxy)

parent 8d7de9f2
......@@ -1100,7 +1100,7 @@ def run(config):
alter_network=config.alter_network,
create_tap=config.create_tap)
if getattr(config, 'certificate_repository_path'):
if getattr(config, 'certificate_repository_path', None):
mkdir_p(config.certificate_repository_path, mode=0o700)
# Dumping and sending to the erp5 the current configuration
......
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