v1.2 - Fix sleep when script is disabled...
#215 - Should resolve this...
This commit is contained in:
parent
d760f4b7d8
commit
e7d07e2f1f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
scriptVersion="1.1"
|
||||
scriptVersion="1.2"
|
||||
scriptName="InvalidMoviesAutoCleaner"
|
||||
|
||||
#### Import Settings
|
||||
|
@ -17,7 +17,7 @@ verifyConfig () {
|
|||
if [ "$enableInvalidMoviesAutoCleaner" != "true" ]; then
|
||||
log "Script is not enabled, enable by setting enableInvalidMoviesAutoCleaner to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
||||
log "Sleeping (infinity)"
|
||||
#sleep infinity
|
||||
sleep infinity
|
||||
fi
|
||||
|
||||
if [ -z "$invalidMoviesAutoCleanerScriptInterval" ]; then
|
||||
|
|
Loading…
Reference in a new issue