Update AutoConfig.service
This commit is contained in:
parent
350a3c23fb
commit
8eccf80e3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue