mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
port to debian buster
This commit is contained in:
parent
811dcee2cb
commit
6ba1fb70d2
@ -12,7 +12,7 @@ sigterm_trap() {
|
||||
## Already terminated.
|
||||
exit 143
|
||||
fi
|
||||
kill -sigterm "$lastpid"
|
||||
kill -s sigterm "$lastpid"
|
||||
exit 143
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user