Skip to content

Commit

Permalink
Update docker/pharo/launchpad-start
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli authored Apr 16, 2024
1 parent 703de85 commit ebed6f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/pharo/launchpad-start
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ fi
termination_handler() {
exit_status=0
if [ $pid -ne 0 ]; then
echo '\nSIGTERM received, shutting down the application'
echo
echo 'SIGTERM received, shutting down the application'
echo "SHUTDOWN" | nc localhost $LAUNCHPAD__COMMAND_SERVER_PORT
wait "$pid"
exit_status=$?
Expand Down

0 comments on commit ebed6f4

Please sign in to comment.