v1.0.245 - Hide error output

pull/66/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 67e7e432e7
commit bb693ec606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.244"
scriptVersion="1.0.245"
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" = "null" ]; then
@ -345,7 +345,7 @@ TidalClientSetup () {
if [ -d /config/extended/cache/tidal ]; then
log "TIDAL :: Purging album list cache..."
find /config/extended/cache/tidal -type f -name "*.json" -delete
find /config/extended/cache/tidal -type f -name "*.json" -delete &>/dev/null
fi
if [ ! -d "$downloadPath/incomplete" ]; then

Loading…
Cancel
Save