Refactor Actuators
[matches/MCTX3420.git] / server / run.sh
index 1563d2e..76a7a48 100755 (executable)
@@ -10,9 +10,9 @@ fi
 if [[ "$(uname -m)" != *arm*  ]]; then
         echo Not running on the BBB
         # Use this to quickly test run the server in valgrind
-        spawn-fcgi -p9005 -n ./valgrind.sh
+        #spawn-fcgi -p9005 -n ./valgrind.sh
         # Use this to run the server normally
-        #spawn-fcgi -p9005 -n ./server
+        spawn-fcgi -p9005 -n ./server
         exit 0
 fi
 

UCC git Repository :: git.ucc.asn.au