Comment 5 for bug 182535

Revision history for this message
Axel Pospischil (apos) wrote :

Addendum:
If you like your temporary folders to be removed use the following line between do and done:

echo "${dir}" | awk '{system("umount " $0); system("rm -rf " $0);}'