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
|
||||
|
||||
if [[ "${iso,,}" == *".esd" ]]; then
|
||||
extractESD "$iso" "$dir" && return 0
|
||||
return 1
|
||||
return extractESD "$iso" "$dir"
|
||||
fi
|
||||
|
||||
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue