Fixed youtube_dl module import problem, I swear

This commit is contained in:
Aethor 2021-06-12 13:14:48 +02:00
parent 5ccfe26ea0
commit 147f406219
2 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ j2 ices.xml.jinja > ices.xml
j2 icecast.xml.jinja > icecast.xml
runuser -l zambla -c 'icecast2 -c /config/icecast.xml &'
runuser -l zambla -c '/opt/ultrasync.sh &'
/opt/ultrasync.sh &
runuser -l zambla -c 'ices2 /config/ices.xml'

View File

@ -1,7 +1,7 @@
#!/bin/bash
while true; do
pip3 install -U youtube_dl --user
/opt/yt_sync.py
pip3 install -U youtube_dl
runuser -l zambla -c '/opt/yt_sync.py'
sleep 10m
done