docs: Fix missing quote in command

This commit is contained in:
Matthew Wild 2021-10-20 20:49:09 +01:00
parent 94a279a277
commit e125e70e3e
1 changed files with 2 additions and 2 deletions

View File

@ -121,5 +121,5 @@ Once you have fixed any problems, you can force a new attempt with the
following command:
```
docker-compose exec snikket_certs su letsencrypt -- -c "certbot renew --config-dir /snikket/letsencrypt --cert-path /etc/ssl/certbot --force-renew
```
docker-compose exec snikket_certs su letsencrypt -- -c "certbot renew --config-dir /snikket/letsencrypt --cert-path /etc/ssl/certbot --force-renew"
```