From 548e9e34cc283b0ea82da02881c045c75f72b349 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 6 Jun 2023 04:41:41 -0400 Subject: [PATCH] 1.0.7 - Bug Fix for missing sleep parameter #254 --- root/scripts/AutoArtistAdder.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/AutoArtistAdder.bash b/root/scripts/AutoArtistAdder.bash index 893b830..eaa92b5 100644 --- a/root/scripts/AutoArtistAdder.bash +++ b/root/scripts/AutoArtistAdder.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.6" +scriptVersion="1.0.7" if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" == "null" ]; then @@ -184,7 +184,7 @@ LidarrTaskStatusCheck () { alerted=yes log "STATUS :: LIDARR BUSY :: Pausing/waiting for all active Lidarr tasks to end..." fi - sleep $musicbrainzSleep + sleep 2 else break fi