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 7f716df commit 5a918d9Copy full SHA for 5a918d9
docker/start.py
@@ -465,7 +465,7 @@ def check_index_and_wipe_out(logger):
465
check_index = os.environ.get("CHECK_INDEX")
466
if check_index and os.path.exists(OPENGROK_CONFIG_FILE):
467
logger.info("Checking if index matches current version")
468
- indexer_options = ["-R", OPENGROK_CONFIG_FILE, "--checkIndex"]
+ indexer_options = ["-R", OPENGROK_CONFIG_FILE, "--checkIndex", "version"]
469
indexer = Indexer(
470
indexer_options, logger=logger, jar=OPENGROK_JAR, doprint=True
471
)
0 commit comments