summaryrefslogtreecommitdiffstats
path: root/gui_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gui_run.sh')
-rwxr-xr-xgui_run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui_run.sh b/gui_run.sh
index c84839a..481ad4d 100755
--- a/gui_run.sh
+++ b/gui_run.sh
@@ -17,3 +17,7 @@ python3 _UI/_web_interface/kraken_web_interface.py 2> ui.log &
#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 &
+
+# Start nodejs server for KrakenSDR Pro App
+#node middleware/index.js 1> /dev/null 2> /dev/null &
+node middleware/index.js