mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
kill cannot be trapped
This commit is contained in:
parent
dd95b3dbeb
commit
2d3e6e282b
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ echo "start:$(date +%s):$$" > "$lock_file"
|
|||
#==========================
|
||||
|
||||
trap cleanup EXIT
|
||||
trap 'exit 2' TERM KILL
|
||||
trap 'exit 2' TERM
|
||||
|
||||
#==========================
|
||||
# Main code
|
||||
|
|
Loading…
Add table
Reference in a new issue