Skip to content
Snippets Groups Projects
Unverified Commit 899fcc1d authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

provenance: Fix entrypoint 2/2

Refs. sysadm-environment#5608
parent e463929b
No related branches found
Tags swh-provenance-20250320.1
No related merge requests found
......@@ -43,13 +43,11 @@ case "$1" in
;;
"grpc")
echo 'Starting the swh-provenance GRPC server'
exec swh-provenance-grpc-serve \
--graph "${GRAPH_PATH}" \
exec swh-provenance-grpc-serve --bind "0.0.0.0:${PORT}" \
--database "file://${PROVENANCE_PATH}" \
--bind ":::${PORT}"
--graph "${GRAPH_PATH}" \
"${EXTRA_CLI_FLAGS[@]}" \
;;
*)
echo "Unknown provenance type <${PROVENANCE_TYPE}> (either rpc or gprc)"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment