From e31550b5f462831c07f6d3c74705717da6f08733 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 27 May 2024 23:33:25 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 18afe23..845d57e 100644 --- a/src/install.sh +++ b/src/install.sh @@ -927,7 +927,7 @@ buildImage() { error "File $BOOT does already exist?!" && return 1 fi - if [ -f "$ETFS" ]; then + if [ ! -f "$dir/$ETFS" ]; then error "Failed to locate file \"$ETFS\" in ISO image!" && return 1 fi