diff --git a/root/scripts/Recyclarr.bash b/root/scripts/Recyclarr.bash index 68402eb..71037d0 100644 --- a/root/scripts/Recyclarr.bash +++ b/root/scripts/Recyclarr.bash @@ -1,10 +1,10 @@ #!/usr/bin/env bash scriptVersion="1.0.002" -iif [ -z "$arrUrl" ] || [ -z "$arrApiKey" ]; then +if [ -z "$arrUrl" ] || [ -z "$arrApiKey" ]; then arrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" - if [ "$arrUrlBase" = "null" ]; then - arrlBase="" + if [ "$arrUrlBase" == "null" ]; then + arrUrlBase="" else arrUrlBase="/$(echo "$arrUrlBase" | sed "s/\///g")" fi