summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xch1
1 files changed, 1 insertions, 0 deletions
diff --git a/ch b/ch
index 2715d8f..bcc759b 100755
--- a/ch
+++ b/ch
@@ -131,6 +131,7 @@ chkill() {
__chrootalias_resolve "$1" || return
for dir in "$CHROOTS/$chroot/"*/; do
+ sudo btrfs subvolume delete "$dir/var/lib/machines" || true
sudo btrfs subvolume delete "$dir"
done
sudo rm -rf "$CHROOTS/$chroot"