v1.1 - Copy pasta fix...
This commit is contained in:
parent
849222ce97
commit
ec32417bc7
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion="1.0"
|
scriptVersion="1.1"
|
||||||
scriptName="InvalidMoviesAutoCleaner"
|
scriptName="InvalidMoviesAutoCleaner"
|
||||||
|
|
||||||
#### Import Settings
|
#### Import Settings
|
||||||
|
@ -15,7 +15,7 @@ verifyApiAccess
|
||||||
verifyConfig () {
|
verifyConfig () {
|
||||||
|
|
||||||
if [ "$enableInvalidMoviesAutoCleaner" != "true" ]; then
|
if [ "$enableInvalidMoviesAutoCleaner" != "true" ]; then
|
||||||
log "Script is not enabled, enable by setting enableInvalidSeriesAutoCleaner to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
log "Script is not enabled, enable by setting enableInvalidMoviesAutoCleaner to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
||||||
log "Sleeping (infinity)"
|
log "Sleeping (infinity)"
|
||||||
#sleep infinity
|
#sleep infinity
|
||||||
fi
|
fi
|
||||||
|
@ -70,7 +70,7 @@ for (( ; ; )); do
|
||||||
let i++
|
let i++
|
||||||
logfileSetup
|
logfileSetup
|
||||||
log "Script starting..."
|
log "Script starting..."
|
||||||
verifyConfig
|
verifyConfig
|
||||||
getArrAppInfo
|
getArrAppInfo
|
||||||
verifyApiAccess
|
verifyApiAccess
|
||||||
InvalidMovieAutoCleanerProcess
|
InvalidMovieAutoCleanerProcess
|
||||||
|
|
Loading…
Reference in a new issue