From 62401eaddeda5c04c1da865186c523969d0735aa Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 15 Jun 2022 13:47:58 -0400 Subject: [PATCH] more simple... --- root/scripts/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/download.sh b/root/scripts/download.sh index cc04753..b9c857f 100644 --- a/root/scripts/download.sh +++ b/root/scripts/download.sh @@ -3,7 +3,7 @@ lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" = "null" ]; then lidarrUrlBase="" else - lidarrUrlBase="/$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" + lidarrUrlBase="/${lidarrUrlBase}" fi lidarrApiKey="$(cat /config/config.xml | xq | jq -r .Config.ApiKey)" lidarrUrl="http://127.0.0.1:8686${lidarrUrlBase}"