1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

fix(: remove need exposed ports, ports are only exposed on LAN

This commit is contained in:
HugoPoi 2021-03-29 11:20:25 +02:00
parent 1c156f2d26
commit 98a999b5cc
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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