Browse Source

Revert "Don't run script un-bwrapped"

This reverts commit d321ae2fd53ba5ace43ff54d582b4d4a97cb0918.
Andras Fekete 8 months ago
parent
commit
c4f91cdc8d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/dtls.test

+ 0 - 1
scripts/dtls.test

@@ -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