Don't run script un-bwrapped

This commit is contained in:
Andras Fekete
2023-08-22 09:43:59 -04:00
parent c1821e9ed2
commit d321ae2fd5

View File

@ -22,6 +22,7 @@ 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