Update install.sh

This commit is contained in:
Kroese 2024-01-25 08:13:24 +01:00 committed by GitHub
parent cd062ea947
commit 4043f4c741
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,7 +361,7 @@ selectXML() {
if [ -f "/run/assets/$detected.xml" ]; then if [ -f "/run/assets/$detected.xml" ]; then
XML="$detected.xml" XML="$detected.xml"
echo "Detected image of type '$detected'." info "Detected image of type: '$detected'"
else else
warn "detected image of type '$detected', but no matching XML file exists, $FB." warn "detected image of type '$detected', but no matching XML file exists, $FB."
fi fi