From 738f62a7b78fce8f3dcddbbb4b963544712837ba Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 13 Apr 2024 20:42:01 -0400 Subject: [PATCH] Revert "appdwarf: reduce the change of unmounts failing slightly" This reverts commit 60dfcd3a66b27194c0aeed4a497913edfcdef540. --- appdwarf | 2 -- 1 file changed, 2 deletions(-) diff --git a/appdwarf b/appdwarf index 0504b70..46543e5 100755 --- a/appdwarf +++ b/appdwarf @@ -21,8 +21,6 @@ header() { dwarfs -o offset=auto -o tidy_strategy=swap -o workers="$(nproc)" "$0" "$APPDIR" trap 'fusermount -quz $APPDIR; rmdir $APPDIR' 0 1 2 3 6 14 15 EXIT "$APPDIR/AppRun" "$@" - fusermount -quz "$APPDIR" - rmdir "$APPDIR" exit $? }