Merge pull request #6 from sureshvv/master

Sleep a bit longer in background before cleanup
master
Serge V Shistarev 2013-12-26 22:16:16 -08:00
commit dcf4680d1a
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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