it's resilient

This commit is contained in:
Aethor
2021-06-15 23:27:04 +02:00
parent 147f406219
commit 88aa22ad32
8 changed files with 31 additions and 14 deletions

View File

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