From ecf21e693dca20d7519add9ea82bfe12766c764b Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Jan 2024 11:29:30 +0100 Subject: [PATCH] fix: Empty line --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 1e57ecd..012e0a1 100644 --- a/src/install.sh +++ b/src/install.sh @@ -145,7 +145,7 @@ else MSG="Extracting downloaded ISO image..." fi -echo && info "$MSG" && html "$MSG" +info "$MSG" && html "$MSG" DIR="$TMP/unpack" rm -rf "$DIR"