1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00

remove closing port

This commit is contained in:
ericgaspar 2020-05-21 18:31:05 +02:00
parent a6cfbd9bed
commit c0aeb6c612
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -77,16 +77,6 @@ ynh_remove_logrotate
#=================================================
# GENERIC FINALIZATION
#=================================================
# CLOSE A PORT
#=================================================
if yunohost firewall list | grep -q "\- $port$"
then
ynh_script_progression --message="Closing port $port..." --weight=1
ynh_exec_warn_less yunohost firewall disallow TCP $port
fi
#=================================================
# REMOVE DEDICATED USER
#=================================================