1.0.116 - formatting fix

pull/16/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 2210fd3611
commit 2e63c4a7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
scriptVersion="1.0.115" scriptVersion="1.0.116"
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
lidarrUrlBase="" lidarrUrlBase=""
@ -28,7 +28,7 @@ sleepTimer=0.5
log () { log () {
m_time=`date "+%F %T"` m_time=`date "+%F %T"`
echo $m_time" Extended Script :: "$1 echo $m_time" :: Extended Script "$1
} }
verifyApiAccess () { verifyApiAccess () {

Loading…
Cancel
Save