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 <JBottomley@Parallels.com>
This commit is contained in:
James Bottomley 2014-07-23 10:24:28 -07:00 committed by Serge V Shistarev
parent d9f55de89e
commit 78542cddfe

View file

@ -193,3 +193,6 @@ EOF
}
#rm -rf $uid;
exit 0