Skip to content

Commit

Permalink
Hot fix: end start.sh conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
kodless committed Feb 16, 2024
1 parent c3bc1de commit 22fc980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ case ${SERVICE} in
exec ddtrace-run gunicorn --reload -c /opt/app/leek/api/server/gunicorn.py leek.api.server.wsgi:app
else
exec gunicorn --reload -c /opt/app/leek/api/server/gunicorn.py leek.api.server.wsgi:app
fi
fi
;;

Expand All @@ -23,6 +24,7 @@ case ${SERVICE} in
exec ddtrace-run python -m leek.agent.agent
else
exec python -m leek.agent.agent
fi
fi
;;

Expand Down

0 comments on commit 22fc980

Please sign in to comment.