mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Remove duplicate QUIT
signal in trap statement
This commit is contained in:
parent
7cb36114ea
commit
f47afeb117
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ __exit_cleanup() {
|
|||
# Exit with the "original" exit code, not the trapped code
|
||||
exit $EXIT_CODE
|
||||
}
|
||||
trap "__trap_errors" INT QUIT ABRT QUIT TERM
|
||||
trap "__trap_errors" INT ABRT QUIT TERM
|
||||
|
||||
# Now we're "good" to kill tee
|
||||
kill -s TERM "$TEE_PID"
|
||||
|
|
Loading…
Add table
Reference in a new issue