From 8a59c34b450d791ec33d85fe19e4dae4d6e06616 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 12 Jul 2023 11:08:47 +0000 Subject: [PATCH] Update YoutubeSeriesDownloader.service --- sonarr/YoutubeSeriesDownloader.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++