From 4d802e13e5b10f401fdf2dc7f03080243e0b48d5 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:01:55 +0200 Subject: [PATCH] MPD extension --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index afb7ac2..9be83fd 100755 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,7 @@ ynh_app_setting_set --app=$app --key=port --value=$port if [ $mpd_port -eq 1 ]; then mpd_port=$(ynh_find_port --port=6600) ynh_app_setting_set --app=$app --key=mpd_port --value=$mpd_port - ynh_exec_warn_less yunohost firewall allow --no-upnp Both $mpd_port + ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $mpd_port mpd_state="true" else mpd_state="false"