From 25b0c0cab7a147d8ff12385dbb881fd8b9203a79 Mon Sep 17 00:00:00 2001 From: Suresh V Date: Fri, 27 Dec 2013 11:36:16 +0530 Subject: [PATCH] Sleep a bit longer in background before cleanup --- pstoricohddst-gdi | 3 +-- 1 file changed, 1 insertion(+), 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 }