fix: Returnvalue
This commit is contained in:
parent
cd98d48d8f
commit
8a5518aecd
1 changed files with 1 additions and 2 deletions
|
|
@ -423,8 +423,7 @@ extractImage() {
|
||||||
local size size_gb space space_gb
|
local size size_gb space space_gb
|
||||||
|
|
||||||
if [[ "${iso,,}" == *".esd" ]]; then
|
if [[ "${iso,,}" == *".esd" ]]; then
|
||||||
extractESD "$iso" "$dir" && return 0
|
return extractESD "$iso" "$dir"
|
||||||
return 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue