v1.2 bug fix

This commit is contained in:
RandomNinjaAtk
2023-07-13 17:55:44 -04:00
committed by GitHub
parent 10cbb224c9
commit e800781c58

View File

@@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion=1.1
#!/usr/bin/env bash
scriptVersion=1.2
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" == "null" ]; then