changed wget from "-o" to "-O". "-o" is output file for logging, "-O" is output file

master
thermionic 2020-03-23 16:19:53 +00:00
parent 3c33a36d6a
commit ddbfc83c47
1 changed files with 1 additions and 1 deletions

@ -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.