Merge "Updated the scripts to run as admin and manually start the robot programs. This will be reverted with a new image from NI"

This commit is contained in:
Brad Miller (WPI)
2015-10-16 11:26:58 -07:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# Deployment information
username=lvuser
username=admin
password=
deploy.dir=/home/lvuser
deploy.kill.command=. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r
deploy.kill.command=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 | /usr/local/frc/bin/FRC_ConsoleTee | tee /var/local/natinst/log/FRC_UserProgram.log
debug.flag.dir=/tmp/
debug.flag.command=chown lvuser:ni ${debug.flag.dir}frcdebug
command.dir=/home/lvuser/