jptgdp: Re-enable death cleanup
This commit is contained in:
parent
a84f4e8827
commit
81c4dfa992
2
jptgdp
2
jptgdp
@ -38,7 +38,7 @@ validatedeps() {
|
|||||||
# Traps
|
# Traps
|
||||||
trapexit() {
|
trapexit() {
|
||||||
kill $(jobs -p) > /dev/null 2>&1
|
kill $(jobs -p) > /dev/null 2>&1
|
||||||
#[ -n "$_tmpdir" ] && rm "$_tmpfile"* > /dev/null 2>&1
|
[ -n "$_tmpdir" ] && rm "$_tmpfile"* > /dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Critical functions
|
# Critical functions
|
||||||
|
Loading…
Reference in New Issue
Block a user