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
|
||||
}
|
||||
|
||||
if [ $enableYoutubeSeriesDownloader == true ]; then
|
||||
if [ "$enableYoutubeSeriesDownloader" == "true" ]; then
|
||||
log "Starting Script...."
|
||||
for (( ; ; )); do
|
||||
let i++
|
||||
|
|
Loading…
Reference in a new issue