ultrasync frequency from 10m to 12h

This commit is contained in:
Aethor 2021-06-16 00:38:55 +02:00
parent 3cfe222b0e
commit f53d6c52ba
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
while true; do
pip3 install -U youtube_dl
runuser -l zambla -c '/opt/yt_sync.py' || true
sleep 10m
sleep 12h
done