From 98a999b5ccfd8122f99606956b39a045ac09f222 Mon Sep 17 00:00:00 2001 From: HugoPoi Date: Mon, 29 Mar 2021 11:20:25 +0200 Subject: [PATCH] fix(: remove need exposed ports, ports are only exposed on LAN --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 3b3b3c4..2643c4f 100644 --- a/scripts/install +++ b/scripts/install @@ -285,7 +285,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 547 67 +yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 3694b55..9093bb9 100644 --- a/scripts/restore +++ b/scripts/restore @@ -129,7 +129,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 547 67 +yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 7dc0b62..d6df7a7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -189,7 +189,7 @@ find ${final_path}/ -type d -exec chmod +x {} \; #================================================= 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 547 67 +yunohost service add $service_name --description "Creates a Wi-Fi access point" --test_status "systemctl is-active hostapd" #================================================= # START SYSTEMD SERVICE