From 9a68383abb3c664bd5fdd8bb9d4b53c997add2fe Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 14 Mar 2019 02:38:06 +0100 Subject: [PATCH] Unmask hostapd --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 059e1e3..305d09f 100644 --- a/scripts/install +++ b/scripts/install @@ -287,6 +287,7 @@ yunohost firewall allow --no-upnp UDP 67 # and the ynh-hotspot service handles them. systemctl disable hostapd systemctl stop hostapd +systemctl unmask hostapd # On some system e.g. RPi, for some reason hostapd is masked after install ... systemctl enable php5-fpm systemctl restart php5-fpm systemctl reload nginx