From 23db8eb774ecbc02a0e9d5bab30a84edd1aeef0f Mon Sep 17 00:00:00 2001 From: JimboJoe Date: Fri, 8 Feb 2019 22:18:20 +0100 Subject: [PATCH] Fix typo Co-Authored-By: Josue-T --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7d30cc7..60fae66 100644 --- a/scripts/install +++ b/scripts/install @@ -93,7 +93,7 @@ ynh_app_setting_set $app cli_port $cli_port # 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 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