Ignore failed wim optimizations
This commit is contained in:
parent
192f0dc05a
commit
3902fd7184
|
@ -188,7 +188,7 @@ begin
|
||||||
wimdelete --soft "$wimFile" 2
|
wimdelete --soft "$wimFile" 2
|
||||||
end
|
end
|
||||||
|
|
||||||
and wimoptimize "$wimFile"
|
and wimoptimize "$wimFile" || true
|
||||||
and chmod u-w "$wimFile"
|
and chmod u-w "$wimFile"
|
||||||
and chmod u-w (dirname "$wimFile")
|
and chmod u-w (dirname "$wimFile")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue