Move user program to home\lvuser based on comments from Joe

Change-Id: I289cfb4603a4ead6641161191129cb5ca0ea9858
This commit is contained in:
Kevin O'Connor
2014-09-12 17:01:45 -04:00
parent 5b2520c35f
commit 8c395ca292
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Deployment information
username=admin
password=
deploy.dir=/home/admin
deploy.dir=/home/lvuser
deploy.kill.command=. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r
deploy.log.file=/var/local/natinst/log/FRC_UserProgram.log
deploy.log.command=tail -F -n 0 ${deploy.log.file}

View File

@@ -1,3 +1,3 @@
/usr/local/frc/JRE/bin/java
-jar /home/admin/FRCUserProgram.jar
-jar /home/lvuser/FRCUserProgram.jar

View File

@@ -1,3 +1,3 @@
/usr/local/frc/JRE/bin/java -XX:+UsePerfData -agentlib:jdwp=transport=dt_socket,address=8348,server=y,suspend=y
-jar /home/admin/FRCUserProgram.jar
-jar /home/lvuser/FRCUserProgram.jar