From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 24 Jul 2016 14:29:57 +0000 (+0200)
Subject: Fix certificate renewal script.
X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/conditions?a=commitdiff_plain;h=8af1e74b9b5cbef90057f8a52edffe7fe24cd913;p=config

Fix certificate renewal script.
---

diff --git a/bin/renew_certs.sh b/bin/renew_certs.sh
index 200532e..d1853b5 100755
--- a/bin/renew_certs.sh
+++ b/bin/renew_certs.sh
@@ -1,3 +1,5 @@
 #!/bin/sh
 
+service nginx stop
 ~/letsencrypt/letsencrypt-auto renew
+service nginx restart