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

update closing message

This commit is contained in:
Krakinou 2020-09-20 17:44:52 +02:00
parent 9de482b23a
commit 16eab13eaf

View file

@ -59,7 +59,7 @@ fi
#Close unwanted open port in firewall #Close unwanted open port in firewall
if yunohost firewall list | grep -q "\- $port$" if yunohost firewall list | grep -q "\- $port$"
then then
ynh_script_progression --message="Closing port $port..." --weight=10 ynh_script_progression --message="Closing port $port as it shouldn't be open..."
yunohost firewall disallow TCP $port 2>&1 yunohost firewall disallow TCP $port 2>&1
fi fi