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
23db8eb774
commit
c30bcc8781
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ynh_restore
|
|||
# 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…
Add table
Reference in a new issue