mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
Bugfix in script deploy_music.sh
This commit is contained in:
@@ -407,6 +407,7 @@ if __name__ == "__main__":
|
|||||||
rescan()
|
rescan()
|
||||||
logger.info("Started")
|
logger.info("Started")
|
||||||
threads = []
|
threads = []
|
||||||
|
#threads.append(threading.Thread(target=flask_debug))
|
||||||
threads.append(threading.Thread(target=waitress_run))
|
threads.append(threading.Thread(target=waitress_run))
|
||||||
threads.append(threading.Thread(target=thread_rescan))
|
threads.append(threading.Thread(target=thread_rescan))
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -3,5 +3,4 @@ cd ./conjurer
|
|||||||
git pull
|
git pull
|
||||||
cd ..
|
cd ..
|
||||||
cp ./conjurer/conjurer_musician/conjurer_musician.py ./Conjurer
|
cp ./conjurer/conjurer_musician/conjurer_musician.py ./Conjurer
|
||||||
sudo systemctl restart conjurer_musician.service
|
sudo systemctl restart conjurer_musician.service
|
||||||
sudo systemctl restart radio_service.service
|
|
||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
cd ./conjurer
|
cd ./conjurer
|
||||||
git pull
|
git pull
|
||||||
cd ..
|
cd ..
|
||||||
cp ./conjurer/conjurer_musician/radio_conjurer.liq ./Conjurer
|
cp ./conjurer/conjurer_musician/radio_conjurer.liq ./Conjurer
|
||||||
cd ./Conjurer
|
sudo systemctl restart radio_service.service
|
||||||
liquidsoap radio_conjurer.liq
|
|
||||||
Reference in New Issue
Block a user