1.0.7 - Bug Fix for missing sleep parameter

#254
main
RandomNinjaAtk 12 months ago committed by GitHub
parent 96eda68266
commit 548e9e34cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save