Skip to content

Commit

Permalink
Update launchpad-start to add cr on Sigterm error
Browse files Browse the repository at this point in the history
When this error occurs, its hard to spot if its munged against a previous log item
  • Loading branch information
macta authored Apr 16, 2024
1 parent 40dae7c commit 703de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pharo/launchpad-start
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
termination_handler() {
exit_status=0
if [ $pid -ne 0 ]; then
echo 'SIGTERM received, shutting down the application'
echo '\nSIGTERM received, shutting down the application'
echo "SHUTDOWN" | nc localhost $LAUNCHPAD__COMMAND_SERVER_PORT
wait "$pid"
exit_status=$?
Expand Down

0 comments on commit 703de85

Please sign in to comment.