revert cleanup change to original rm -rf --one-file-system
This commit is contained in:
@@ -305,7 +305,7 @@ build(){
|
|||||||
lock 9 "$copy.lock" "Locking chroot copy '%s'" "$copy"
|
lock 9 "$copy.lock" "Locking chroot copy '%s'" "$copy"
|
||||||
|
|
||||||
subvolume_delete_recursive "${copy}"
|
subvolume_delete_recursive "${copy}"
|
||||||
[[ -d "${copy}" ]] && rm -rf --one-file-system "${copy}"
|
rm -rf --one-file-system "${copy}"
|
||||||
done
|
done
|
||||||
lock_close 9
|
lock_close 9
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user