Update YoutubeSeriesDownloader.service
This commit is contained in:
@@ -174,7 +174,7 @@ YoutubeSeriesDownloaderProcess () {
|
||||
done
|
||||
}
|
||||
|
||||
if [ $enableYoutubeSeriesDownloader == true ]; then
|
||||
if [ "$enableYoutubeSeriesDownloader" == "true" ]; then
|
||||
log "Starting Script...."
|
||||
for (( ; ; )); do
|
||||
let i++
|
||||
|
||||
Reference in New Issue
Block a user