Sleep a bit longer in background before cleanup

This commit is contained in:
Suresh V 2013-12-27 11:36:16 +05:30
parent 87a625711c
commit 25b0c0cab7

View file

@ -2,8 +2,7 @@
function trapINT() {
[ "x$trp" = "x" ] && trp="yes" || return
sleep 3
rm -rf $uid
sleep 30 && rm -rf $uid &
exit
}