mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 11:45:50 +00:00
fix: Returnvalue
This commit is contained in:
parent
62e6e13f4e
commit
3162025b7c
1 changed files with 2 additions and 1 deletions
|
|
@ -620,7 +620,8 @@ extractImage() {
|
||||||
local size size_gb space space_gb
|
local size size_gb space space_gb
|
||||||
|
|
||||||
if [[ "${iso,,}" == *".esd" ]]; then
|
if [[ "${iso,,}" == *".esd" ]]; then
|
||||||
return extractESD "$iso" "$dir"
|
extractESD "$iso" "$dir" && return 0
|
||||||
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue