Skip to content

Commit

Permalink
Add missing -D parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kwahlin committed Nov 9, 2023
1 parent 2b19756 commit cc161b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librisworks/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ echo "$(count_lines $LANGUAGE_IN_TITLE/MODIFIED.txt) records affected, report in

echo
echo "Moving illustrativeContent to instance..."
time java -Dxl.secret.properties=$HOME/secret.properties-$ENV -jar $JAR_FILE \
time java -Dxl.secret.properties=$HOME/secret.properties-$ENV -Dclusters=$SWEDISH_FICTION/$CLUSTER_TSV -jar $JAR_FILE \
$ARGS --report $ILL_CONTENT $SCRIPTS_DIR/lxl-4221-move-illustrativecontent-to-instance.groovy 2>/dev/null
echo "$(count_lines $ILL_CONTENT/MODIFIED.txt) records affected, report in $ILL_CONTENT"

Expand Down

0 comments on commit cc161b7

Please sign in to comment.