v1.2 bug fix
This commit is contained in:
parent
10cbb224c9
commit
e800781c58
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion=1.1
|
scriptVersion=1.2
|
||||||
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
|
if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
|
||||||
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
|
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
|
||||||
if [ "$lidarrUrlBase" == "null" ]; then
|
if [ "$lidarrUrlBase" == "null" ]; then
|
||||||
|
|
Loading…
Reference in a new issue