Update YoutubeSeriesDownloader.service
This commit is contained in:
parent
791011e409
commit
8a59c34b45
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ YoutubeSeriesDownloaderProcess () {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ $enableYoutubeSeriesDownloader == true ]; then
|
if [ "$enableYoutubeSeriesDownloader" == "true" ]; then
|
||||||
log "Starting Script...."
|
log "Starting Script...."
|
||||||
for (( ; ; )); do
|
for (( ; ; )); do
|
||||||
let i++
|
let i++
|
||||||
|
|
Loading…
Reference in a new issue