diff --git a/src/tomb b/src/tomb index b9d250e..b445c84 100755 --- a/src/tomb +++ b/src/tomb @@ -965,6 +965,7 @@ umount_tomb() { if [ $tombmount ]; then # tomb is actively mounted func "performing umount of $tombmount" umount ${tombmount} 2> /dev/null + rm -r ${tombmount} if ! [ $? = 0 ]; then error "Tomb is busy, cannot umount!" fi