Revert "appdwarf: reduce the change of unmounts failing slightly"

This reverts commit 60dfcd3a66.
This commit is contained in:
Phantop 2024-04-13 20:42:01 -04:00
parent 60dfcd3a66
commit 738f62a7b7
1 changed files with 0 additions and 2 deletions

View File

@ -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 $?
}