From 111c07137e427366a7ab08836be34525327b1a1d Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 24 Jun 2022 14:36:02 +0000 Subject: [PATCH] v1.0.0057 - fix typo --- root/scripts/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/download.sh b/root/scripts/download.sh index 6bf1827..5ee2a8d 100644 --- a/root/scripts/download.sh +++ b/root/scripts/download.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.0056" +scriptVersion="1.0.0057" lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" = "null" ]; then lidarrUrlBase="" @@ -26,7 +26,7 @@ musicbrainzMirror=https://musicbrainz.org echo "-----------------------------------------------------------------" echo " |~) _ ._ _| _ ._ _ |\ |o._ o _ |~|_|_|" echo " |~\(_|| |(_|(_)| | || \||| |_|(_||~| | |<" -echo " Presenets: lidarr-extended ($scriptVersion)" +echo " Presents: lidarr-extended ($scriptVersion)" echo " May the beats be with you!" echo "-----------------------------------------------------------------" echo "Donate: https://github.com/sponsors/RandomNinjaAtk"