revert cleanup change to original rm -rf --one-file-system

This commit is contained in:
2026-07-02 20:16:49 +02:00
parent 6514eaf5d8
commit f04e0c317e
+1 -1
View File
@@ -305,7 +305,7 @@ build(){
lock 9 "$copy.lock" "Locking chroot copy '%s'" "$copy"
subvolume_delete_recursive "${copy}"
[[ -d "${copy}" ]] && rm -rf --one-file-system "${copy}"
rm -rf --one-file-system "${copy}"
done
lock_close 9