Make code deploy more cleanly
This makes it so that the code will actually start on boot and puts the
log_fbs_shmem binary into the robot_code folder.
Change-Id: I46900154e73c03514648cb23a8befe2cf478d967
diff --git a/frc971/config/setup_roborio.sh b/frc971/config/setup_roborio.sh
index 70c4a73..8c2be86 100755
--- a/frc971/config/setup_roborio.sh
+++ b/frc971/config/setup_roborio.sh
@@ -38,4 +38,4 @@
ssh "admin@${ROBOT_HOSTNAME}" 'PATH="${PATH}":/usr/local/natinst/bin/ /usr/local/frc/bin/frcKillRobot.sh -r -t' || true
echo "Deploying robotCommand startup script"
-scp aos/config/robotCommand "admin@${ROBOT_HOSTNAME}:/home/lvuser/"
+scp frc971/config/robotCommand "admin@${ROBOT_HOSTNAME}:/home/lvuser/"