From ddbfc83c4729a04d9f39478c6fdb8fe891702fae Mon Sep 17 00:00:00 2001 From: thermionic Date: Mon, 23 Mar 2020 16:19:53 +0000 Subject: [PATCH] changed wget from "-o" to "-O". "-o" is output file for logging, "-O" is output file --- Synology-NAS-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 8a32ae3..1f1cc2e 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -19,7 +19,7 @@ The following guide will use the DNS-01 protocol using the [Cloudflare API](http ## Installation of reload-certs.sh (optional) You can use [this third party script](https://github.com/bartowl/synology-stuff/blob/master/reload-certs.sh) to automatically restart services for which certificates were changed. - $ wget -o /usr/local/bin/reload-certs.sh https://github.com/bartowl/synology-stuff/raw/master/reload-certs.sh + $ wget -O /usr/local/bin/reload-certs.sh https://github.com/bartowl/synology-stuff/raw/master/reload-certs.sh $ chmod +x /usr/local/bin/reload-certs.sh Be sure to close your session after installation and reconnect for the following steps.