Update AutoConfig.service

This commit is contained in:
RandomNinjaAtk 2023-07-12 11:12:26 +00:00 committed by GitHub
parent 350a3c23fb
commit 8eccf80e3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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