Skip to content

Commit

Permalink
appdwarf: reduce the change of unmounts failing slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Apr 7, 2024
1 parent f87a426 commit 60dfcd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appdwarf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ 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 $?
}

Expand Down

0 comments on commit 60dfcd3

Please sign in to comment.