Skip to content

Commit

Permalink
Shutdown diagnostics tool with Interrupt Signal
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Mar 13, 2024
1 parent fac78d5 commit aa5a772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ diagnostic_tool_pid=$!
cleanup() {
kill "$diagnostic_tool_pid"
}
trap 'cleanup' EXIT
trap 'cleanup' EXIT INT

while [ "$status" = "$START_EXIT_STATUS" ]
do
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@
<config.mapper.version>1.0.2</config.mapper.version>

<!-- Diagnostic Tool Dependencies -->
<diagnostics.tool.version>1.0.3</diagnostics.tool.version>
<diagnostics.tool.version>1.0.4</diagnostics.tool.version>

<!-- Authenticator Properties -->
<identity.outbound.auth.oidc.version>5.11.34</identity.outbound.auth.oidc.version>
Expand Down

0 comments on commit aa5a772

Please sign in to comment.