mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 16:42:10 +08:00
correct the crontab path
@@ -53,7 +53,7 @@ since there is no crontab, we need to manually add it to cron.
|
||||
```
|
||||
$ vi /etc/crontab
|
||||
and add something like
|
||||
3 2 * * 2 root /root/.acme.sh/acme.sh --cron
|
||||
3 2 * * 2 root /volume1/@appstore/acme.sh/acme.sh --cron --home /volume1/@appstore/acme.sh
|
||||
:wq
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user