mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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
|
* Scroll to the bottom of the file and paste in the following line
|
||||||
|
|
||||||
```text
|
```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
|
* Save the file and exit
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user