Skip to content

Commit

Permalink
Update UnmappedFilesCleaner.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomNinjaAtk authored Aug 8, 2024
1 parent 9379cb5 commit f9e9cc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lidarr/UnmappedFilesCleaner.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="1.3"
scriptVersion="1.4"
scriptName="UnmappedFilesCleaner"

#### Import Settings
Expand All @@ -8,6 +8,9 @@ source /config/extended.conf
source /config/extended/functions

verifyConfig () {
### Import Settings
source /config/extended.conf

if [ "$enableUnmappedFilesCleaner" != "true" ]; then
log "Script is not enabled, enable by setting enableUnmappedFilesCleaner to \"true\" by modifying the \"/config/extended.conf\" config file..."
log "Sleeping (infinity)"
Expand Down

0 comments on commit f9e9cc6

Please sign in to comment.