From 3913ea107b4dd1348badd4895f62126cf1ae5ee2 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 14 Jun 2022 07:53:08 -0400 Subject: [PATCH] Update download.sh --- root/scripts/download.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/scripts/download.sh b/root/scripts/download.sh index 9cba336..aebec40 100644 --- a/root/scripts/download.sh +++ b/root/scripts/download.sh @@ -17,8 +17,8 @@ TidalClientSetup () { touch /config/xdg/.tidal-dl.log if [ ! -f /config/xdg/.tidal-dl.json ]; then log "TIDAL :: No default config found, importing default config \"tidal.json\"" - if [ -f /scripts/tidal-dl.json ]; then - cp /scripts/tidal-dl.json /config/xdg/.tidal-dl.json + if [ -f /config/extended/scripts/tidal-dl.json ]; then + cp /config/extended/scripts/tidal-dl.json /config/xdg/.tidal-dl.json chmod 777 -R /config/xdg/ fi tidal-dl -o /downloads/lidarr-extended/incomplete @@ -464,7 +464,7 @@ ProcessWithBeets () { rm /scripts/library.blb sleep 0.1 fi - if [ -f /scripts/beets/beets.log ]; then + if [ -f /scripts/beets.log ]; then rm /scripts/beets.log sleep 0.1 fi