From 0f775e150dde7da8ea404252b8542dc1779b9180 Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Mon, 2 Jun 2025 12:02:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BE=20indentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrap_it.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/wrap_it.sh b/wrap_it.sh index 76b1a8d..53dd955 100755 --- a/wrap_it.sh +++ b/wrap_it.sh @@ -4,13 +4,13 @@ DIR=$(dirname -- $0) OUR_CMDS_DIR=${OUR_CMDS_DIR:-/town/our} /usr/bin/bwrap \ - --unshare-all \ - --ro-bind / / \ - --bind "$OUR_CMDS_DIR/data" "$OUR_CMDS_DIR/data" \ - --share-net \ - --dev /dev \ - --tmpfs /tmp \ - --unshare-pid \ - --die-with-parent \ + --unshare-all \ + --ro-bind / / \ + --bind "$OUR_CMDS_DIR/data" "$OUR_CMDS_DIR/data" \ + --share-net \ + --dev /dev \ + --tmpfs /tmp \ + --unshare-pid \ + --die-with-parent \ --uid 0 --gid 0 \ - "$@" + "$@"