You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our shell scripts use trap to ensure that a cleanup function is called on EXIT. As Richard pointed out, these also need to trap common signals like INT, TERM, and HUP.
Some of our shell scripts use
trap
to ensure that a cleanup function is called on EXIT. As Richard pointed out, these also need to trap common signals like INT, TERM, and HUP.Reported by: dseomn
Original Ticket: rpstir/tickets/8
The text was updated successfully, but these errors were encountered: