From 8f1fa7725e7023b553d3794e72f2b11e65600f81 Mon Sep 17 00:00:00 2001 From: Scruel Tao Date: Thu, 22 Feb 2024 19:24:29 +0800 Subject: [PATCH] Updated Synology NAS Guide (markdown) --- Synology-NAS-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 59bb414..be0f32d 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -115,13 +115,13 @@ In DSM control panel, open the 'Task Scheduler' and create a new scheduled task ```sh # renew certificates -./acme.sh --cron --home /usr/local/share/acme.sh/ +./acme.sh --cron --home . ``` ## Fix a broken environment after Synology DSM upgrade ```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