Ignore failed wim optimizations
This commit is contained in:
parent
192f0dc05a
commit
3902fd7184
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue