1.0.201 - Change for easier identification

pull/35/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 32581ea142
commit 5b1858caae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.200"
scriptVersion="1.0.201"
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" = "null" ]; then
lidarrUrlBase=""
@ -30,7 +30,7 @@ sleepTimer=0.5
log () {
m_time=`date "+%F %T"`
echo $m_time" :: Extended Script "$1
echo $m_time" :: Extended Audio "$1
}
verifyApiAccess () {

Loading…
Cancel
Save