commit | 0b88252f1aa17821bccae74d01c318488e3485f8 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Feb 16 15:47:34 2014 -0800 |
committer | Brian Silverman <brians> | Sun Feb 16 15:48:09 2014 -0800 |
tree | fcb7c4c13dd0c84e204646204e767bf081d6ee65 | |
parent | acee44a308b8b59453e9c8d49d5c9a9b5bf9907b [diff] |
tried to make sensor_receiver restart cleanly
diff --git a/aos/linux_code/starter/starter.sh b/aos/linux_code/starter/starter.sh index 62338af..9d7cc13 100755 --- a/aos/linux_code/starter/starter.sh +++ b/aos/linux_code/starter/starter.sh
@@ -1,5 +1,7 @@ #!/bin/bash +echo $$ > /tmp/starter.pid + echo '/home/driver/tmp/robot_logs/%e-%s-%p-%t.coredump' > /proc/sys/kernel/core_pattern #echo $$ > /var/run/`basename $0`.pid IT FORKS AFTER THIS!!!!