From e125e70e3e51648be7c682e32dce32b72f855f8e Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 20 Oct 2021 20:49:09 +0100 Subject: [PATCH] docs: Fix missing quote in command --- docs/setup/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/troubleshooting.md b/docs/setup/troubleshooting.md index 80a35bf..6ae7eb3 100644 --- a/docs/setup/troubleshooting.md +++ b/docs/setup/troubleshooting.md @@ -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 -``` \ No newline at end of file +docker-compose exec snikket_certs su letsencrypt -- -c "certbot renew --config-dir /snikket/letsencrypt --cert-path /etc/ssl/certbot --force-renew" +```