diff options
author | Florian Pritz <bluewind@xinu.at> | 2021-09-19 10:47:49 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2021-09-19 11:15:00 +0200 |
commit | 78fd97afa210c2e08d485cbfadae9288420ef4cd (patch) | |
tree | 2679d41a00f55acfda65d75c5822e9ec73f5eefc | |
parent | 271a776ec047229a381a7de7161cccab9ba3fd63 (diff) | |
download | bin-78fd97afa210c2e08d485cbfadae9288420ef4cd.tar.gz bin-78fd97afa210c2e08d485cbfadae9288420ef4cd.tar.xz |
ch: Remove additional subvolume in single clean
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | ch | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,7 @@ chclean() { chclean-single() { __chrootalias_resolve_create "$1" || return if [[ -e $copydir ]]; then + sudo btrfs subvolume delete "$copydir/var/lib/portables" || true sudo btrfs subvolume delete "$copydir/var/lib/machines" || true sudo btrfs subvolume delete "$copydir" sudo rm -f "${copydir%/}.lock" |