Skip to content

Commit bb3e009

Browse files
v2.48 - Enable config changes to affect future script runs without restart
1 parent 8ca0cc8 commit bb3e009

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lidarr/Audio.service.bash

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/with-contenv bash
2-
scriptVersion="2.47"
2+
scriptVersion="2.48"
33
scriptName="Audio"
44

55
### Import Settings
@@ -27,6 +27,8 @@ AddDownloadClient () {
2727
}
2828

2929
verifyConfig () {
30+
### Import Settings
31+
source /config/extended.conf
3032
if [ "$enableAudio" != "true" ]; then
3133
log "Script is not enabled, enable by setting enableAudio to \"true\" by modifying the \"/config/extended.conf\" config file..."
3234
log "Sleeping (infinity)"
@@ -1821,7 +1823,7 @@ log "Starting Script...."
18211823
for (( ; ; )); do
18221824
let i++
18231825
logfileSetup
1824-
verifyConfig
1826+
verifyConfig
18251827
getArrAppInfo
18261828
verifyApiAccess
18271829
AudioProcess

0 commit comments

Comments
 (0)