diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-08-30 13:14:49 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-08-30 13:14:49 +0200 |
commit | f3383082a8cbb0952817f3601f03d4f94f34e0e7 (patch) | |
tree | 0e793443f23f582e4bec8ce47f7ea21c658756a4 /ch | |
parent | a289d33e0102fad1342f8c0f3947f98dde8d5281 (diff) | |
download | bin-f3383082a8cbb0952817f3601f03d4f94f34e0e7.tar.gz bin-f3383082a8cbb0952817f3601f03d4f94f34e0e7.tar.xz |
ch: Fix broken clean due to /var/lib/portables
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'ch')
-rwxr-xr-x | ch | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ chclean() { continue fi + sudo btrfs subvolume delete "$copy/var/lib/portables" || true sudo btrfs subvolume delete "$copy/var/lib/machines" || true sudo btrfs subvolume delete "$copy" sudo rm -f "${copy%/}.lock" |