mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
avoid linter warning
This commit is contained in:
parent
f9e9234e55
commit
11c8f18f38
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ ynh_remove_nginx_config
|
||||||
|
|
||||||
if yunohost firewall list | grep -q "\- $mpd_port$"
|
if yunohost firewall list | grep -q "\- $mpd_port$"
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Closing port $mpd_port..." --time --weight=1
|
ynh_script_progression --message="Closing port $mpd_port..." --weight=1
|
||||||
ynh_exec_warn_less yunohost firewall disallow TCP $mpd_port
|
ynh_exec_warn_less yunohost firewall disallow TCP $mpd_port
|
||||||
fi
|
fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue