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:
parent
9de482b23a
commit
16eab13eaf
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ fi
|
|||
#Close unwanted open port in firewall
|
||||
if yunohost firewall list | grep -q "\- $port$"
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue