update echo in gui_run.sh

This commit is contained in:
Carl Laufer 2022-01-05 12:10:35 +00:00
parent e1fbeb900f
commit 4e3965c07d
1 changed files with 1 additions and 1 deletions

View File

@ -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 &