Fixes a bug with the test stand launch script

The Test Stand Serve launch script now runs the correct command.

Change-Id: I790b55fc24284665ec5f32effdd6fbc66c2d334a
This commit is contained in:
Jonathan Leitschuh
2014-10-22 11:23:49 -04:00
parent be30d3ab1d
commit 8c01e9065a

View File

@@ -8,7 +8,7 @@
source config.sh
TESTSTAND_SERVE_COMMAND=".scratch/teststand serve"
TESTSTAND_SERVE_COMMAND="/usr/local/frc/bin/teststand serve"
#Checks to see if the mutex driver station is running. If it isn't then start it.