kill cannot be trapped

This commit is contained in:
Kay0u 2021-10-12 13:48:34 +02:00
parent dd95b3dbeb
commit 2d3e6e282b
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -173,7 +173,7 @@ echo "start:$(date +%s):$$" > "$lock_file"
#========================== #==========================
trap cleanup EXIT trap cleanup EXIT
trap 'exit 2' TERM KILL trap 'exit 2' TERM
#========================== #==========================
# Main code # Main code