Updated Synology NAS Guide (markdown)

master
Scruel Tao 2024-02-22 19:24:29 +08:00
parent 0f8a738c7e
commit 8f1fa7725e
1 changed files with 2 additions and 2 deletions

@ -115,13 +115,13 @@ In DSM control panel, open the 'Task Scheduler' and create a new scheduled task
```sh ```sh
# renew certificates # renew certificates
./acme.sh --cron --home /usr/local/share/acme.sh/ ./acme.sh --cron --home .
``` ```
## Fix a broken environment after Synology DSM upgrade ## Fix a broken environment after Synology DSM upgrade
```sh ```sh
./acme.sh --force --upgrade --nocron --home /usr/local/share/acme.sh ./acme.sh --force --upgrade --nocron --home .
``` ```
or manually add below line into /root/.profile or manually add below line into /root/.profile