diff --git a/beaglebone.txt b/beaglebone.txt index 188a4f2f..82bf8f43 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -4676,10 +4676,10 @@ Install the poller. editor /etc/crontab #+END_SRC -and append the following, changing mydomainname.com to whatever your domain is. +and append the following, changing /mydomainname.com/ to whatever your domain is. #+BEGIN_SRC -12,22,32,42,52 * * * * root cd /var/www/apespace.org/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php +12,22,32,42,52 * * * * root cd /var/www/mydomainname.com/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php #+END_SRC Save and exit, then restart cron.