From 7f5f7576595b1baa23f85dc1b9e8aa2409c499b6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 10 Jul 2023 16:39:14 +0300 Subject: [PATCH] remove startup scripts --- startup.sh | 5 ----- startup_chat.sh | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 startup.sh delete mode 100644 startup_chat.sh diff --git a/startup.sh b/startup.sh deleted file mode 100644 index 1680c605b..000000000 --- a/startup.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd /rDrama -. ./.env -gunicorn files.__main__:app -w 3 diff --git a/startup_chat.sh b/startup_chat.sh deleted file mode 100644 index 5ba7c02e6..000000000 --- a/startup_chat.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd /rDrama -. ./.env -gunicorn files.__main__:app load_chat -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 -b 0.0.0.0:5001