We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9379cb5 commit f9e9cc6Copy full SHA for f9e9cc6
lidarr/UnmappedFilesCleaner.bash
@@ -1,5 +1,5 @@
1
#!/usr/bin/with-contenv bash
2
-scriptVersion="1.3"
+scriptVersion="1.4"
3
scriptName="UnmappedFilesCleaner"
4
5
#### Import Settings
@@ -8,6 +8,9 @@ source /config/extended.conf
8
source /config/extended/functions
9
10
verifyConfig () {
11
+ ### Import Settings
12
+ source /config/extended.conf
13
+
14
if [ "$enableUnmappedFilesCleaner" != "true" ]; then
15
log "Script is not enabled, enable by setting enableUnmappedFilesCleaner to \"true\" by modifying the \"/config/extended.conf\" config file..."
16
log "Sleeping (infinity)"
0 commit comments