From 3fef39ee4b329cf416bc54cf2472e987e8ffbca8 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 12 Oct 2020 12:20:43 +0300 Subject: [PATCH] Small changes --- run-document-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-document-server.sh b/run-document-server.sh index 5581f63..8ee47c1 100755 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -603,7 +603,7 @@ fi # it run in all cases. service nginx start -if[ ${LETS_ENCRYPT_DOMAINS} != "none" -a ${LETS_ENCRYPT_MAIL} != "none" ]; then +if [ ${LETS_ENCRYPT_DOMAINS} != "none" -a ${LETS_ENCRYPT_MAIL} != "none" ]; then if [ ! -f "${SSL_CERTIFICATE_PATH}" -a ! -f "${SSL_KEY_PATH}" ]; then letsencrypt fi