mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Removed the tail command
The build scripts were still calling the tail command for following the log file, even though we're now using netconsole. I've removed them. Change-Id: I48498c1ef338f99130e447097081db92b394e1aa
This commit is contained in:
@@ -3,8 +3,6 @@ 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.log.file=/var/local/natinst/log/FRC_UserProgram.log
|
||||
deploy.log.command=tail -F -n 0 ${deploy.log.file}
|
||||
debug.flag.dir=/tmp/
|
||||
debug.flag.command=chown lvuser:ni ${debug.flag.dir}frcdebug
|
||||
command.dir=/home/lvuser/
|
||||
|
||||
Reference in New Issue
Block a user