From 59a3017551c1b02cbfddea63ff22aa99d3459a31 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 26 Mar 2023 09:29:35 +0200 Subject: [PATCH] Fix venv path hopefully --- gunicorn_start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn_start b/gunicorn_start index a60b8a1..420a4a2 100755 --- a/gunicorn_start +++ b/gunicorn_start @@ -5,7 +5,7 @@ NAME=upfast # GROUP=upfast WORKERS=3 WORKER_CLASS=uvicorn.workers.UvicornWorker -VENV=.venv/bin/activate +VENV=venv/bin/activate BIND=unix:/tmp/upfast.lock LOG_LEVEL=error