From d56b0b7f1d39602f78d1b52921ecb01cdd067ec3 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Sun, 10 Nov 2024 15:17:31 +0100 Subject: [PATCH] fx2 --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 2eb3401..75b6639 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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