Merge pull request #2645 from alphagov/trap-term

Catch the TERM signal in the run_app_*paas scripts
This commit is contained in:
Rebecca Law
2019-10-31 10:46:41 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ echo "Run script pid: $$"
check_params
trap "on_exit" EXIT
trap "on_exit" EXIT TERM
configure_aws_logs

View File

@@ -143,7 +143,7 @@ echo "Run script pid: $$"
check_params
trap "on_exit" EXIT
trap "on_exit" EXIT TERM
configure_aws_logs