Revert "Don't run script un-bwrapped"

This reverts commit d321ae2fd5.
This commit is contained in:
Andras Fekete
2023-08-22 09:43:59 -04:00
parent d54aa0dabd
commit c4f91cdc8d

View File

@ -22,7 +22,6 @@ if [ "${AM_BWRAPPED-}" != "yes" ]; then
if [ -n "$bwrap_path" ]; then
export AM_BWRAPPED=yes
exec "$bwrap_path" --cap-add ALL --unshare-net --dev-bind / / "$0" "$@"
exit $?
fi
fi