fix: Remove space

This commit is contained in:
Kroese 2024-04-24 06:35:09 +02:00 committed by GitHub
parent 28793c9087
commit c702b52d70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -621,7 +621,7 @@ extractImage() {
if [[ "${iso,,}" == *".esd" ]]; then
extractESD "$iso" "$dir" && return 0
return 1
return 1
fi
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then