mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-19 13:04:07 -04:00
output
This commit is contained in:
parent
a670c0d873
commit
701f4a0e88
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@ export LC_ALL=C
|
||||||
pidfile="/run/helper-scripts/security-misc-apt-get-update-pid"
|
pidfile="/run/helper-scripts/security-misc-apt-get-update-pid"
|
||||||
|
|
||||||
sigterm_trap() {
|
sigterm_trap() {
|
||||||
/usr/libexec/helper-scripts/apt-get-update-kill-helper
|
/usr/libexec/helper-scripts/apt-get-update-kill-helper &>/dev/null
|
||||||
exit 143
|
exit 143
|
||||||
}
|
}
|
||||||
|
|
||||||
## terminate potential previous invocations.
|
## terminate potential previous invocations.
|
||||||
/usr/libexec/helper-scripts/apt-get-update-kill-helper
|
/usr/libexec/helper-scripts/apt-get-update-kill-helper &>/dev/null
|
||||||
|
|
||||||
trap "sigterm_trap" SIGTERM SIGINT
|
trap "sigterm_trap" SIGTERM SIGINT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue