aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuresh V <suresh@grafware.com>2013-12-27 11:36:16 +0530
committerSuresh V <suresh@grafware.com>2013-12-27 11:36:16 +0530
commit25b0c0cab7a147d8ff12385dbb881fd8b9203a79 (patch)
tree0544d6df0b242467412000b7aaaecd43a50ff31c
parent87a625711c52e0629b44ed41eceb3661bd179c67 (diff)
downloadricoh-sp100-25b0c0cab7a147d8ff12385dbb881fd8b9203a79.tar.gz
Sleep a bit longer in background before cleanup
-rwxr-xr-xpstoricohddst-gdi3
1 files changed, 1 insertions, 2 deletions
diff --git a/pstoricohddst-gdi b/pstoricohddst-gdi
index 81c017b..2913dd3 100755
--- a/pstoricohddst-gdi
+++ b/pstoricohddst-gdi
@@ -2,8 +2,7 @@
function trapINT() {
[ "x$trp" = "x" ] && trp="yes" || return
- sleep 3
- rm -rf $uid
+ sleep 30 && rm -rf $uid &
exit
}