From cd11e89fdeb26e0af71d558e9f06105031852cad Mon Sep 17 00:00:00 2001 From: Henning Schroder Date: Wed, 26 Nov 2014 13:04:14 +0100 Subject: [PATCH] fixed README: copy cronjob to /etc/cron.d instead of /etc/init.d (like comment in sample/atticmatic.cron correctly explains) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 36301999b..9a2a628f7 100644 --- a/README +++ b/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.