Re: Nixtracker
remark; updown_log.sh, line 8, log_updown.sh -> updown_log.sh IChanged comment to be consistent with actual name of updown_log.sh script. question; same file, lines 14-18 give the crontab entries. I had toThe comment in updown_log.sh has a crontab example which points to the /home/pi/tmp directory. This is wrong & only used for development. Changed the example to use the local bin directory /home/pi/bin and updated bin_refresh.sh script to include the tracker updown_log.sh script. See commit here: https://github.com/nwdigitalradio/n7nix/commit/9d65bb812bb699df3627be01a52abe0ad953c09d To update: cd cd n7nix git pull cd config ./bin_refresh.sh You shouldn't have to be root to run the the updown_log.sh script. ie. the crontab should be used by default user (pi). You can test this out by running the beacmin.sh script and verify that it doesn't return with an error. You are confirming that the 'beacon' command does not need to be run as root. cd cd n7nix/debug ./beacmin.sh I tested this on my bench & it looks ok. Later on this afternoon I will pull the mSD card from my truck & verify. /Basil
|
|