diff --git a/sonarr/YoutubeSeriesDownloader.service b/sonarr/YoutubeSeriesDownloader.service index 2ffcd5a..4de29e2 100644 --- a/sonarr/YoutubeSeriesDownloader.service +++ b/sonarr/YoutubeSeriesDownloader.service @@ -186,7 +186,7 @@ if [ "$enableYoutubeSeriesDownloader" == "true" ]; then done else log "Script is not enabled, enable by setting enableYoutubeSeriesDownloader to \"true\" by modifying the \"/config/extended.conf\" config file..." - log "Sleeping (infinity) + log "Sleeping (infinity)" sleep infinity fi