aboutsummaryrefslogtreecommitdiff
path: root/utils/rundebug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rundebug.sh')
-rwxr-xr-xutils/rundebug.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/rundebug.sh b/utils/rundebug.sh
deleted file mode 100755
index 31e9137..0000000
--- a/utils/rundebug.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=1 python3 -m flask run -h 0.0.0.0 -p 5123