fix: Returnvalue

This commit is contained in:
Kroese 2024-04-24 07:18:26 +02:00 committed by GitHub
parent c702b52d70
commit 62e6e13f4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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