From ea0165f872aaff4e79049fa410cde6b884f23d1a Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Thu, 2 May 2024 09:03:41 +0200 Subject: [PATCH] cleanup do recursive umount --- arkdep-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep-build b/arkdep-build index efb443d..f31575e 100755 --- a/arkdep-build +++ b/arkdep-build @@ -18,7 +18,7 @@ cleanup_and_quit () { exit 1 fi - umount -l $build_image_mountpoint + umount -Rl $build_image_mountpoint rm $build_image rm -rf $build_image_mountpoint