1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00

Unneeded: no port open

This commit is contained in:
ericgaspar 2021-06-27 09:11:55 +02:00
parent 9bfe8d694a
commit 39c8126e90
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -65,16 +65,6 @@ ynh_script_progression --message="Removing logrotate configuration..."
# Remove the app-specific logrotate config
ynh_remove_logrotate
#=================================================
# CLOSE A PORT
#=================================================
if yunohost firewall list | grep -q "\- $port$"
then
ynh_script_progression --message="Closing port $port..."
ynh_exec_warn_less yunohost firewall disallow TCP $port
fi
#=================================================
# SPECIFIC REMOVE
#=================================================