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