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

Merge branch 'example' of https://github.com/yalh76/hotspot_ynh into example

This commit is contained in:
yalh76 2021-05-22 11:53:09 +02:00
commit b611037523
3 changed files with 3 additions and 3 deletions

View file

@ -290,7 +290,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

View file

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

View file

@ -188,7 +188,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