Skip to content

Commit

Permalink
fix: use the correct invocation syntax to setup intermediate endpoint…
Browse files Browse the repository at this point in the history
…s correctly.
  • Loading branch information
drcgjung committed Feb 7, 2024
1 parent 6ee2691 commit fa9412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/resources/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ for ENDPOINT in $ONTOP_PORT ; do # NOTE: do not double-quote $services here.
else
echo "Invoking intermediate process";
java $TOOL -cp ./lib/*:./jdbc/* -Dlogback.configurationFile="/opt/ontop/log/logback.xml" -Dlogging.config="/opt/ontop/log/logback.xml" \
it.unibz.inf.ontop.cli.Ontop endpoint ${ONTOLOGY_FILE} ${MAPPING_FILE} \
it.unibz.inf.ontop.cli.Ontop endpoint ${ONTOLOGY} ${MAPPING} \
${PROPERTIES} ${PORTAL} ${DEV} ${ENDPOINT} ${CORS} ${LAZY}&
fi
done

0 comments on commit fa9412e

Please sign in to comment.