Sleep a bit longer in background before cleanup
This commit is contained in:
parent
87a625711c
commit
25b0c0cab7
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
function trapINT() {
|
||||
[ "x$trp" = "x" ] && trp="yes" || return
|
||||
sleep 3
|
||||
rm -rf $uid
|
||||
sleep 30 && rm -rf $uid &
|
||||
exit
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue