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