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

This reverts commit 4972480b23.
This commit is contained in:
Kevin O'Connor
2015-10-23 15:29:38 -04:00
parent a0cc45a8f0
commit 4da09db20b
2 changed files with 4 additions and 4 deletions

View File

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