mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update cron job command (#2873)
/usr/bin/letsencrypt does not exist anymore, the file is located in ~/certbot/
This commit is contained in:
parent
52ab99289d
commit
f3c5887cd0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user