From 78542cddfefe202f5d0c02bd2e791544034a64bf Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Wed, 23 Jul 2014 10:24:28 -0700 Subject: [PATCH] pstorichoddst-gdi: Clean up temporary directory After normal completion, the temporary directory is left in place because the only delete path is on a SIGINT trap. Fix by adding to the standard exit path as well. Signed-off-by: James Bottomley --- pstoricohddst-gdi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pstoricohddst-gdi b/pstoricohddst-gdi index a580350..99d1e77 100755 --- a/pstoricohddst-gdi +++ b/pstoricohddst-gdi @@ -193,3 +193,6 @@ EOF } +#rm -rf $uid; + +exit 0