From a054f5e545046db7b78b34eef95b3bfc812abcb6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 15 Oct 2018 13:58:02 +0200 Subject: ch: Delete /var/lib/portables if it exists Signed-off-by: Florian Pritz --- ch | 1 + 1 file changed, 1 insertion(+) (limited to 'ch') diff --git a/ch b/ch index cee806a..2211fb7 100755 --- a/ch +++ b/ch @@ -139,6 +139,7 @@ chkill() { __chrootalias_resolve "$1" || return for dir in "$CHROOTS/$chroot/"*/; do + sudo btrfs subvolume delete "$dir/var/lib/portables" || true sudo btrfs subvolume delete "$dir/var/lib/machines" || true sudo btrfs subvolume delete "$dir" done -- cgit v1.2.3-24-g4f1b