Updated Synology NAS Guide (markdown)

master
Lluís D 2024-03-19 13:16:57 +01:00
parent 0b246be8fb
commit 6fa9366acf
1 changed files with 1 additions and 1 deletions

@ -18,7 +18,7 @@ cd ~
wget https://github.com/acmesh-official/acme.sh/archive/master.tar.gz
tar xvf master.tar.gz
cd acme.sh-master/
./acme.sh --install --nocron --home /usr/local/share/acme.sh --accountemail "email@gmailcom"
./acme.sh --install --nocron --home /usr/local/share/acme.sh --accountemail "email@gmail.com"
source ~/.profile
```