From b3a8cd07d7d17e089970ade41aef72e7564117d4 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 22 May 2021 11:43:59 +0200 Subject: [PATCH 1/3] Update scripts/install Co-authored-by: Alexandre Aubin --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 00bc1f2..f8faf1d 100644 --- a/scripts/install +++ b/scripts/install @@ -292,7 +292,7 @@ fi #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" --needs_exposed_ports 67 547 +yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" #================================================= # START SYSTEMD SERVICE From 42ce455c13c2f89546aec47b1b9977118761ec10 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 22 May 2021 11:44:05 +0200 Subject: [PATCH 2/3] Update scripts/upgrade Co-authored-by: Alexandre Aubin --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9ed8b05..8177f5d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -182,7 +182,7 @@ ynh_add_systemd_config --service=$service_name #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" --needs_exposed_ports 67 547 +yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" #================================================= # START SYSTEMD SERVICE From 36abf65737db0df93e4e1bf7b0456ada5a998e81 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 22 May 2021 11:44:30 +0200 Subject: [PATCH 3/3] Update scripts/restore Co-authored-by: Alexandre Aubin --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index e12c0a5..2333b46 100644 --- a/scripts/restore +++ b/scripts/restore @@ -135,7 +135,7 @@ systemctl enable $service_name.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" --needs_exposed_ports 67 547 +yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" #================================================= # START SYSTEMD SERVICE