From c702b52d705be834a7f87509b0cf0246e2a16212 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 06:35:09 +0200 Subject: [PATCH] fix: Remove space --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 3d8a97e..33da938 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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