mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
Don't run script un-bwrapped
This commit is contained in:
@@ -22,6 +22,7 @@ if [ "${AM_BWRAPPED-}" != "yes" ]; then
|
|||||||
if [ -n "$bwrap_path" ]; then
|
if [ -n "$bwrap_path" ]; then
|
||||||
export AM_BWRAPPED=yes
|
export AM_BWRAPPED=yes
|
||||||
exec "$bwrap_path" --cap-add ALL --unshare-net --dev-bind / / "$0" "$@"
|
exec "$bwrap_path" --cap-add ALL --unshare-net --dev-bind / / "$0" "$@"
|
||||||
|
exit $?
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user