Update cron job command (#2873)

/usr/bin/letsencrypt does not exist anymore, the file is located in ~/certbot/
This commit is contained in:
Ness 2017-06-23 15:04:40 -05:00 committed by Fabian Affolter
parent 52ab99289d
commit f3c5887cd0

View File

@ -495,7 +495,7 @@ $ crontab -e
* Scroll to the bottom of the file and paste in the following line
```text
30 2 * * 1 /usr/bin/letsencrypt renew >> /var/log/le-renew.log
30 2 * * 1 ~/certbot/certbot-auto renew --quiet --no-self-upgrade --standalone --preferred-challenges http-01
```
* Save the file and exit