1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Make sure TLS port is open upon restoring

This commit is contained in:
tituspijean 2023-01-03 17:09:05 +01:00
parent da0c1a0b5b
commit 75e792edb7
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -67,6 +67,14 @@ chown -R $app:root "$final_path"
#================================================= #=================================================
# SPECIFIC RESTORATION # SPECIFIC RESTORATION
#=================================================
# FIND AND OPEN A PORT
#=================================================
ynh_script_progression --message="Configuring firewall..." --weight=1
# Open TLS port
ynh_exec_warn_less yunohost firewall allow TCP $tls_port
#================================================= #=================================================
# REINSTALL DEPENDENCIES # REINSTALL DEPENDENCIES
#================================================= #=================================================