From f066e042f7e65af7e4a4e9525e614919a26e39d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Gr=C3=B6ger?= Date: Tue, 15 Aug 2017 11:56:54 +0200 Subject: [PATCH] Updated Synology NAS Guide (markdown) --- Synology-NAS-Guide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 88dc782..2866679 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -75,11 +75,11 @@ In DSM control panel, open the 'Task Scheduler' and create a new scheduled task * Schedule: Setup the time according to your acme.sh crontab schedule. For example, 11:00 am of the 2nd day every month. * Task setting: User-defined-script: - $ - # Note: The $CERT_FOLDER must be hardcoded here since the running environment is unknown. Don't blindly copy&paste - rsync -avzh "$CERT_FOLDER" "/usr/syno/etc/certificate/system/default/" - /usr/syno/sbin/synoservicectl --reload nginx - +``` +# Note: The $CERT_FOLDER must be hardcoded here since the running environment is unknown. Don't blindly copy&paste +rsync -avzh "$CERT_FOLDER" "/usr/syno/etc/certificate/system/default/" +/usr/syno/sbin/synoservicectl --reload nginx +``` Now you should be all good. --------------------------------------------------------------------------------------------------------------------