diff --git a/sonarr/YoutubeSeriesDownloader.service b/sonarr/YoutubeSeriesDownloader.service index 22bbeb9..2ffcd5a 100644 --- a/sonarr/YoutubeSeriesDownloader.service +++ b/sonarr/YoutubeSeriesDownloader.service @@ -174,7 +174,7 @@ YoutubeSeriesDownloaderProcess () { done } -if [ $enableYoutubeSeriesDownloader == true ]; then +if [ "$enableYoutubeSeriesDownloader" == "true" ]; then log "Starting Script...." for (( ; ; )); do let i++