From 0799d61563aff55d3b9fff9712aab94fde8c3145 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 09:10:29 +0200 Subject: [PATCH] fd --- restart | 2 +- setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/restart b/restart index a49abcda2c..dffca0e74e 100644 --- a/restart +++ b/restart @@ -1,3 +1,3 @@ source /env killall gunicorn -gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ \ No newline at end of file +gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 \ No newline at end of file diff --git a/setup b/setup index 3cb72601e6..7b92cb4a01 100644 --- a/setup +++ b/setup @@ -14,4 +14,4 @@ sudo apt install python3-pip sudo pip3 install -r requirements.txt sudo cp env /env sudo apt install gunicorn -sudo gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ \ No newline at end of file +sudo gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 \ No newline at end of file