We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6d7c2 commit c6f6c3dCopy full SHA for c6f6c3d
docker/start.py
@@ -386,7 +386,7 @@ def main():
386
#
387
if not os.path.exists(OPENGROK_CONFIG_FILE) or \
388
os.path.getsize(OPENGROK_CONFIG_FILE) == 0:
389
- create_bare_config(logger, extra_indexer_options)
+ create_bare_config(logger, extra_indexer_options.split())
390
391
if sync_period > 0:
392
if use_projects:
0 commit comments