diff --git a/Synology-RT1900ac-install-guide.md b/Synology-RT1900ac-install-guide.md index 70457a9..482e342 100644 --- a/Synology-RT1900ac-install-guide.md +++ b/Synology-RT1900ac-install-guide.md @@ -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 ```