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:
parent
d9f55de89e
commit
78542cddfe
1 changed files with 3 additions and 0 deletions
|
@ -193,3 +193,6 @@ EOF
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rm -rf $uid;
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue