浏览代码

Change domain name

Bob Mottram 11 年前
父节点
当前提交
604dff1f84
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt 查看文件

4676
 editor /etc/crontab
4676
 editor /etc/crontab
4677
 #+END_SRC
4677
 #+END_SRC
4678
 
4678
 
4679
-and append the following, changing mydomainname.com to whatever your domain is.
4679
+and append the following, changing /mydomainname.com/ to whatever your domain is.
4680
 
4680
 
4681
 #+BEGIN_SRC
4681
 #+BEGIN_SRC
4682
-12,22,32,42,52 * *   *   *   root cd /var/www/apespace.org/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php
4682
+12,22,32,42,52 * *   *   *   root cd /var/www/mydomainname.com/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php
4683
 #+END_SRC
4683
 #+END_SRC
4684
 
4684
 
4685
 Save and exit, then restart cron.
4685
 Save and exit, then restart cron.