From b9fba54ae5b2a0035c90d068335d302beeec623d Mon Sep 17 00:00:00 2001 From: JimboJoe Date: Fri, 8 Feb 2019 22:19:22 +0100 Subject: [PATCH] Fix typo Co-Authored-By: Josue-T --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0253fc5..955c83c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -228,7 +228,7 @@ fi # WARNING : theses command are used in INSTALL, UPGRADE, RESTORE # For any update do it in all files -# Make dh cert for synapse if it not exist +# Make dh cert for synapse if it doesn't exist if [[ ! -e /etc/ssl/private/dh2048.pem ]] then openssl dhparam -out /etc/ssl/private/dh2048.pem -outform PEM -2 2048 -dsaparam 2> /dev/null