Skip to content

Commit f9e9cc6

Browse files
Update UnmappedFilesCleaner.bash
1 parent 9379cb5 commit f9e9cc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lidarr/UnmappedFilesCleaner.bash

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/with-contenv bash
2-
scriptVersion="1.3"
2+
scriptVersion="1.4"
33
scriptName="UnmappedFilesCleaner"
44

55
#### Import Settings
@@ -8,6 +8,9 @@ source /config/extended.conf
88
source /config/extended/functions
99

1010
verifyConfig () {
11+
### Import Settings
12+
source /config/extended.conf
13+
1114
if [ "$enableUnmappedFilesCleaner" != "true" ]; then
1215
log "Script is not enabled, enable by setting enableUnmappedFilesCleaner to \"true\" by modifying the \"/config/extended.conf\" config file..."
1316
log "Sleeping (infinity)"

0 commit comments

Comments
 (0)