Update install.sh

This commit is contained in:
Kroese 2024-05-27 23:33:25 +02:00 committed by GitHub
parent 0b36ed825b
commit e31550b5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -927,7 +927,7 @@ buildImage() {
error "File $BOOT does already exist?!" && return 1 error "File $BOOT does already exist?!" && return 1
fi fi
if [ -f "$ETFS" ]; then if [ ! -f "$dir/$ETFS" ]; then
error "Failed to locate file \"$ETFS\" in ISO image!" && return 1 error "Failed to locate file \"$ETFS\" in ISO image!" && return 1
fi fi