From c035d7d88ae33e1ffc4df81ef2bda28060105ff1 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 9 Feb 2025 20:39:32 +0000 Subject: [PATCH] rename bubblewrap.sh to bubbleparty.sh (1/2) reduces confusion if it ends up in $PATH, if there are multiple such wrappers with different semantics --- bin/README.md | 2 +- bin/{bubblewrap.sh => bubbleparty.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{bubblewrap.sh => bubbleparty.sh} (100%) diff --git a/bin/README.md b/bin/README.md index c8eca2a1..fd94172f 100644 --- a/bin/README.md +++ b/bin/README.md @@ -79,5 +79,5 @@ cd /mnt/nas/music/.hist * run copyparty in a chroot, preventing any accidental file access * creates bindmounts for /bin, /lib, and so on, see `sysdirs=` -# [`bubblewrap.sh`](bubblewrap.sh) +# [`bubbleparty.sh`](bubbleparty.sh) * run copyparty in an isolated process, preventing any accidental file access and more diff --git a/bin/bubblewrap.sh b/bin/bubbleparty.sh similarity index 100% rename from bin/bubblewrap.sh rename to bin/bubbleparty.sh