This commit is contained in:
2024-03-29 15:00:30 +01:00
parent eb6c45dd92
commit 59fcfc8760
+5 -5
View File
@@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
git pull git pull
cd .. cd ..
cp ./bot.py ../Conjurer/ cp bot.py ../Conjurer/
cp ./settings.json ../Conjurer/ cp settings.json ../Conjurer/
cp ./system_gpt_settings.json ../Conjurer/ cp system_gpt_settings.json ../Conjurer/
cp ./start.sh ../Conjurer cp start.sh ../Conjurer
cp ./requirements.txt ../Conjurer/ cp requirements.txt ../Conjurer/
sudo systemctl restart conjurer.service sudo systemctl restart conjurer.service