Added work around for the missing path on the frc_console_tee command in frcRunRobot

This commit is contained in:
Brad Miller
2015-10-23 19:33:21 -06:00
parent fc0a94af2a
commit 97a7716a23
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
env LD_LIBRARY_PATH=/usr/local/frc/rpath-lib/ /usr/local/frc/bin/netconsole-host /usr/local/frc/JRE/bin/java -jar /home/lvuser/FRCUserProgram.jar
env LD_LIBRARY_PATH=/usr/local/frc/rpath-lib/ /usr/local/frc/bin/netconsole-host /usr/local/frc/JRE/bin/java -jar /home/lvuser/FRCUserProgram.jar 2>&1 | /usr/local/frc/bin/FRC_ConsoleTee | tee /var/local/natinst/log/FRC_UserProgram.log