mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix typo
Co-Authored-By: Josue-T <josue@tille.ch>
This commit is contained in:
parent
c30bcc8781
commit
b9fba54ae5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue