From ec6b711b77d7d02c4956ab9d9cf236eb8ddcce2a Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Jan 2024 12:00:48 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 1d57147..ae11306 100644 --- a/src/install.sh +++ b/src/install.sh @@ -164,7 +164,7 @@ if [ ! -f "$DIR/$ETFS" ] || [ ! -f "$DIR/$EFISYS" ]; then fi mv -f "$ISO" "$STORAGE/$BASE" rm -rf "$TMP" - echo && return 0 + return 0 fi [ -z "$CUSTOM" ] && rm -f "$ISO" @@ -309,5 +309,4 @@ rm -rf "$TMP" html "Successfully prepared image for installation..." -echo return 0