浏览代码

Merge pull request #1 from hajs/master

fixed README: copy cronjob to /etc/cron.d instead of /etc/init.d
Dan Helfman 10 年之前
父节点
当前提交
965ec51171
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README

+ 1 - 1
README

@@ -48,7 +48,7 @@ README:
 
 Then copy the following configuration files:
 
-    sudo cp sample/atticmatic.cron /etc/init.d/atticmatic
+    sudo cp sample/atticmatic.cron /etc/cron.d/atticmatic
     sudo cp sample/config sample/excludes /etc/atticmatic/
 
 Lastly, modify those files with your desired configuration.