From 347b60e77a50701e12afb2011ecb0318686d41ac Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 9 Jul 2022 09:57:12 -0400 Subject: [PATCH] v1.0.114 - Updated status message --- 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 78ea911..1157dfa 100644 --- a/root/scripts/download.sh +++ b/root/scripts/download.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.113" +scriptVersion="1.0.114" lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" = "null" ]; then lidarrUrlBase="" @@ -1479,7 +1479,7 @@ LidarrTaskStatusCheck () { do taskCount=$(curl -s "$lidarrUrl/api/v1/command?apikey=${lidarrApiKey}" | jq -r .[].status | grep -v completed | grep -v failed | wc -l) if [ "$taskCount" -ge "1" ]; then - log ":: $artistNumber of $lidarrArtistTotal :: $lidarrArtistName :: ERROR :: Lidarr Busy :: Waiting for Lidarr tasks to end..." + log ":: STATUS :: LIDARR BUSY :: Waiting for all active Lidarr tasks to end..." sleep 1 else break