This commit is contained in:
2024-11-10 15:17:31 +01:00
parent f0d0ebb859
commit d56b0b7f1d
+2 -2
View File
@@ -3,7 +3,7 @@ cd /home/pi/conjurer || exit
git pull
cp ./deploy.sh /home/pi/
cd /home/pi || exit
cp ./conjurer/bot.py ./Conjurer/ #legacy to be deprecated after refactor is done
#cp ./conjurer/bot.py ./Conjurer/ #legacy to be deprecated after refactor is done
cp ./conjurer/settings.json ./Conjurer/
@@ -22,6 +22,6 @@ cp ./conjurer/other_commands.py ./Conjurer/
cp ./conjurer/other_functions.py ./Conjurer/
cp ./conjurer/radio_commands.py ./Conjurer/
cp ./conjurer/voice_recognition_commands.py ./Conjurer/
cp ./conjurer/thin_client.py ./Conjurer/
cp ./conjurer/thin_client.py ./Conjurer/bot.py
sudo systemctl restart conjurer.service