From bb693ec606bcc24f0b62a4b3e24436c27fd6d935 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 4 Sep 2022 12:09:10 -0400 Subject: [PATCH] v1.0.245 - Hide error output --- root/scripts/audio.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/audio.sh b/root/scripts/audio.sh index 0e5194f..9d28316 100644 --- a/root/scripts/audio.sh +++ b/root/scripts/audio.sh @@ -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