diff --git a/sonarr/AutoConfig.service b/sonarr/AutoConfig.service index 86ec392..7778584 100644 --- a/sonarr/AutoConfig.service +++ b/sonarr/AutoConfig.service @@ -11,7 +11,7 @@ log () { } if [ "$enableAutoConfig" != "true" ]; then - log "Script is not enabled, enable by setting enableYoutubeSeriesDownloader to \"true\" by modifying the \"/config/extended.conf\" config file..." + log "Script is not enabled, enable by setting enableAutoConfig to \"true\" by modifying the \"/config/extended.conf\" config file..." log "Sleeping (infinity)" sleep infinity fi