correct the crontab path

master
florid2 2017-06-28 22:23:35 +10:00
parent 11aad0d432
commit 9fa383c088
1 changed files with 1 additions and 1 deletions

@ -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
```