#20
pull/24/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 3a5f9ddbbd
commit 53721c9a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,8 +11,8 @@ echo "Starting Script...."
for (( ; ; )); do for (( ; ; )); do
let i++ let i++
bash /config/extended/scripts/Youtube-Series-Downloader.bash bash /config/extended/scripts/Youtube-Series-Downloader.bash
echo "Script sleeping for 4 hours..." echo "Script sleeping for 1 hours..."
sleep 4h sleep 1h
done done
exit $? exit $?

Loading…
Cancel
Save