Skip to content

Commit

Permalink
Merge pull request #8 from CDOT-CV/fix-run-script
Browse files Browse the repository at this point in the history
Update run.sh to use correct jar file
  • Loading branch information
payneBrandon authored Aug 8, 2023
2 parents 07661fb + 66a90ac commit fe6f241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mvn clean package assembly:single
# run
echo "Executing."
java -Dlogback.configurationFile=./src/main/resources/logback.xml \
-jar ./target/jpo-aws-depositor-with-dependencies.jar \
-jar ./target/jpo-aws-depositor-jar-with-dependencies.jar \
--bootstrap-server $DOCKER_HOST_IP:9092 \
-g group1 \
-t $DEPOSIT_TOPIC \
Expand Down

0 comments on commit fe6f241

Please sign in to comment.