diff --git a/scripts/start-bot.sh b/scripts/start-bot.sh index 7c0c91f..bb705f8 100644 --- a/scripts/start-bot.sh +++ b/scripts/start-bot.sh @@ -3,4 +3,5 @@ echo "starting the bot" cd /opt/mosgortrans \ -&& poetry run python app/main.py \ No newline at end of file +&& source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \ +&& python app/main.py \ No newline at end of file