Skip to content
Snippets Groups Projects
Verified Commit 54ac17e6 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

objstorage/entrypoint: Move echo instruction just before the call

parent 534f913b
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,11 @@ case "$1" in
exec swh $@
;;
*)
echo Starting the swh-objstorage API server
EXTRA_CLI_FLAGS=""
if [ ! -z "${SWH_LOG_CONFIG_JSON}" ]; then
EXTRA_CLI_FLAGS="--log-config-json ${SWH_LOG_CONFIG_JSON}"
fi
echo Starting the swh-objstorage API server
exec gunicorn --bind 0.0.0.0:${PORT} \
--log-level ${SWH_LOG_LEVEL:-INFO} \
$EXTRA_CLI_FLAGS \
......
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