Parcourir la source

Unmask hostapd

Alexandre Aubin il y a 6 ans
Parent
commit
9a68383abb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      scripts/install

+ 1 - 0
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