Skip to content

Commit

Permalink
fix(toolkit): fix archive for start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Nov 11, 2024
1 parent be9ea77 commit 04af622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ rebuildManifest() {
ARCHIVE_JAR='Toolkit.jar'
if [[ -f $ARCHIVE_JAR ]]; then
echo 'info: execute rebuild manifest.'
$JAVACMD -jar $ARCHIVE_JAR -d $REBUILD_DIR -m $REBUILD_MANIFEST_SIZE -b $REBUILD_BATCH_SIZE
$JAVACMD -jar $ARCHIVE_JAR db archive -d $REBUILD_DIR -m $REBUILD_MANIFEST_SIZE -b $REBUILD_BATCH_SIZE
else
echo 'info: download the rebuild manifest plugin from the github'
local latest=$(`echo getLatestReleaseVersion`)
Expand Down

0 comments on commit 04af622

Please sign in to comment.