bug fix
This commit is contained in:
parent
2b9b6976f0
commit
5e908ea70d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion="1.0"
|
scriptVersion="1.1"
|
||||||
|
|
||||||
getArrAppInfo () {
|
getArrAppInfo () {
|
||||||
# Get Arr App information
|
# Get Arr App information
|
||||||
|
@ -60,7 +60,7 @@ InvalidSeriesAutoCleanerProcess () {
|
||||||
|
|
||||||
if [ -z "$seriesTvdbId" ]; then
|
if [ -z "$seriesTvdbId" ]; then
|
||||||
log "No invalid series (tvdbid) reported by Sonarr health check, skipping..."
|
log "No invalid series (tvdbid) reported by Sonarr health check, skipping..."
|
||||||
exit
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Process each invalid series tvdb id
|
# Process each invalid series tvdb id
|
||||||
|
|
Loading…
Reference in a new issue