Skip to content

Commit

Permalink
comment and don't print shutdown log lines from previous run
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-wahl committed Feb 2, 2023
1 parent 1f76502 commit 00b4efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ echo ''
# Start 4CAT backend
python3 4cat-daemon.py start

exec tail -f logs/backend_4cat.log & wait $!
# Tail logs and wait for SIGTERM
exec tail -f -n 3 logs/backend_4cat.log & wait $!

0 comments on commit 00b4efe

Please sign in to comment.