From 6d7d8079da2a315bd4556475da6aa9ae1c7d2b8b Mon Sep 17 00:00:00 2001 From: Carl Date: Thu, 23 Dec 2021 02:17:38 +0000 Subject: cleanup --- util/gui_run.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 util/gui_run.sh (limited to 'util/gui_run.sh') diff --git a/util/gui_run.sh b/util/gui_run.sh deleted file mode 100755 index 4b1c598..0000000 --- a/util/gui_run.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -IPADDR="0.0.0.0" -IPPORT="8081" - -echo "Starting KrakenSDR Passive Radar" - -# Use only for debugging -#sudo python3 _UI/_web_interface/kraken_web_interface.py 2> ui.log & - -#sudo gunicorn -w 1 --threads 12 -b $IPADDR:8050 --chdir _UI/_web_interface kraken_web_interface:server 2> ui.log & -#sudo gunicorn -w 1 --threads 2 -b $IPADDR:8050 --chdir _UI/_web_interface kraken_web_interface:server 2> ui.log & - -python3 _UI/_web_interface/kraken_web_interface.py 2> ui.log & - -# Start PHP webserver to interface with Android devices -#echo "Python Server running at $IPADDR:8050" -#echo "PHP Server running at $IPADDR:$IPPORT" -#sudo php -S $IPADDR:$IPPORT -t _android_web 2> /dev/null & -- cgit v1.2.3