summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgui_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui_run.sh b/gui_run.sh
index 4b1c598..c84839a 100755
--- a/gui_run.sh
+++ b/gui_run.sh
@@ -14,6 +14,6 @@ echo "Starting KrakenSDR Passive Radar"
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 "Python Server running at $IPADDR:8080"
#echo "PHP Server running at $IPADDR:$IPPORT"
#sudo php -S $IPADDR:$IPPORT -t _android_web 2> /dev/null &