forked from wolfSSL/wolfssl
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