From ef1d22f0fddeac9be4846e20e218bcf08312e9e2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 27 Sep 2011 19:02:17 -0300 Subject: Try to remove parent tmp folder --- lib/hydra/tmpfile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/hydra/tmpfile') diff --git a/lib/hydra/tmpfile b/lib/hydra/tmpfile index bdfbd53..1ffe73e 100644 --- a/lib/hydra/tmpfile +++ b/lib/hydra/tmpfile @@ -37,6 +37,7 @@ function hydra_unset_tmpfile { fi rm -rf $1 + rmdir $1/../tmp &> /dev/null if [ "$?" != "0" ]; then echo "Warning: could not delete file $1. Please delete it manually as it might have sensitive information." -- cgit v1.2.3