diff --git a/scripts/start-bot.sh b/scripts/start-bot.sh index 80bd6b2..4f3a757 100644 --- a/scripts/start-bot.sh +++ b/scripts/start-bot.sh @@ -2,6 +2,6 @@ echo "starting the bot" -cd /opt/mosgortrans \ +cd /opt/mosgortrans/app \ && source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \ -&& gunicorn app.main:create_app --bind prod-server.lan:8084 --worker-class aiohttp.GunicornWebWorker \ No newline at end of file +&& gunicorn main:create_app --bind prod-server.lan:8084 --worker-class aiohttp.GunicornWebWorker \ No newline at end of file