From 604dff1f84ba5e2686809e6720fda36512827613 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 11 Aug 2014 22:09:42 +0100 Subject: [PATCH] Change domain name --- beaglebone.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.