👾 indentation

This commit is contained in:
Stef Dunlap 2025-06-02 12:02:07 -04:00
parent f60561d470
commit 0f775e150d

View File

@ -4,13 +4,13 @@ DIR=$(dirname -- $0)
OUR_CMDS_DIR=${OUR_CMDS_DIR:-/town/our} OUR_CMDS_DIR=${OUR_CMDS_DIR:-/town/our}
/usr/bin/bwrap \ /usr/bin/bwrap \
--unshare-all \ --unshare-all \
--ro-bind / / \ --ro-bind / / \
--bind "$OUR_CMDS_DIR/data" "$OUR_CMDS_DIR/data" \ --bind "$OUR_CMDS_DIR/data" "$OUR_CMDS_DIR/data" \
--share-net \ --share-net \
--dev /dev \ --dev /dev \
--tmpfs /tmp \ --tmpfs /tmp \
--unshare-pid \ --unshare-pid \
--die-with-parent \ --die-with-parent \
--uid 0 --gid 0 \ --uid 0 --gid 0 \
"$@" "$@"