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

swh-search: Fix starting command message

It was refering to the scheduler instead of search
parent bca4ef74
No related branches found
Tags v4.3.0
No related merge requests found
......@@ -17,7 +17,7 @@ case "$1" in
exec swh $@
;;
*)
echo Starting the swh-scheduler API server
echo Starting the swh-search API server
exec gunicorn --bind 0.0.0.0:${PORT} \
--log-level ${LOG_LEVEL} \
--threads ${THREADS} \
......
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