From 5002d8509b107b92228262a70122f05af9fb2706 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Sat, 12 Mar 2022 19:50:48 +0100 Subject: [PATCH] Update start.sh --- deploy/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/start.sh b/deploy/start.sh index c3d2da3..5090c1c 100644 --- a/deploy/start.sh +++ b/deploy/start.sh @@ -2,4 +2,4 @@ #nginx -g "daemon off;" & #uwsgi --ini deploy/uwsgi.ini -python3 ../app.py \ No newline at end of file +python3 app.py \ No newline at end of file