tracerybot icon indicating copy to clipboard operation
tracerybot copied to clipboard

run_bot.sh can fail if run from cron

Open citizen38 opened this issue 7 years ago • 0 comments

if the run_bot.sh fails running from cron but runs from the command prompt, then add the line

cd /home/pi/tracerybot/ 

as line 2 of run_bot.sh, before the program execution This example running on a pi, change the directory as appropriate to the directory where the tracerybot executes.

citizen38 avatar Aug 08 '18 23:08 citizen38