From 4043f4c741d873e49b53d9835448ecd631bda47d Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Jan 2024 08:13:24 +0100 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 40b9fd2..5682738 100644 --- a/src/install.sh +++ b/src/install.sh @@ -361,7 +361,7 @@ selectXML() { if [ -f "/run/assets/$detected.xml" ]; then XML="$detected.xml" - echo "Detected image of type '$detected'." + info "Detected image of type: '$detected'" else warn "detected image of type '$detected', but no matching XML file exists, $FB." fi