From f545e9b8dc8c510259248db0d87b207f5e731231 Mon Sep 17 00:00:00 2001 From: Brielle Date: Tue, 8 Mar 2016 12:19:24 -0700 Subject: [PATCH] Typos --- gen-unifi-cert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-unifi-cert.sh b/gen-unifi-cert.sh index 7e01ea2..ded1449 100755 --- a/gen-unifi-cert.sh +++ b/gen-unifi-cert.sh @@ -51,7 +51,7 @@ echo "Firing up standalone authenticator on TCP port 443 and requesting cert..." ${LEOPTIONS} -if `md5sum -c /etc/letsencrypt/live/${DOMAIN}/cert.pem.md5 &>/dev/null`; then +if `md5sum -c /etc/letsencrypt/live/${MAINDOMAIN}/cert.pem.md5 &>/dev/null`; then echo "Cert has not changed, not updating controller." exit 0 else