fix: Returnvalue

This commit is contained in:
Kroese 2024-04-24 14:32:59 +02:00 committed by GitHub
parent 62e6e13f4e
commit 3162025b7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -620,7 +620,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