Ignore failed wim optimizations

This commit is contained in:
Manuel Thalmann 2024-09-25 19:55:24 +02:00
parent 192f0dc05a
commit 3902fd7184

View file

@ -188,7 +188,7 @@ begin
wimdelete --soft "$wimFile" 2
end
and wimoptimize "$wimFile"
and wimoptimize "$wimFile" || true
and chmod u-w "$wimFile"
and chmod u-w (dirname "$wimFile")
end