mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-09 13:47:08 +00:00
Revert "appdwarf: reduce the change of unmounts failing slightly"
This reverts commit 60dfcd3a66
.
This commit is contained in:
parent
60dfcd3a66
commit
738f62a7b7
2
appdwarf
2
appdwarf
|
@ -21,8 +21,6 @@ header() {
|
||||||
dwarfs -o offset=auto -o tidy_strategy=swap -o workers="$(nproc)" "$0" "$APPDIR"
|
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
|
trap 'fusermount -quz $APPDIR; rmdir $APPDIR' 0 1 2 3 6 14 15 EXIT
|
||||||
"$APPDIR/AppRun" "$@"
|
"$APPDIR/AppRun" "$@"
|
||||||
fusermount -quz "$APPDIR"
|
|
||||||
rmdir "$APPDIR"
|
|
||||||
exit $?
|
exit $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue