|
@@ -201,18 +201,8 @@ systemctl stop hostapd 2>&1
|
|
systemctl unmask hostapd 2>&1 # On some system e.g. RPi, for some reason hostapd is masked after install ...
|
|
systemctl unmask hostapd 2>&1 # On some system e.g. RPi, for some reason hostapd is masked after install ...
|
|
|
|
|
|
if [[ -n ${wifi_device} ]]; then
|
|
if [[ -n ${wifi_device} ]]; then
|
|
- if [ "${wifi_secure}" -eq 1 ]; then
|
|
|
|
- sec_comment=""
|
|
|
|
- else
|
|
|
|
- sec_comment="#"
|
|
|
|
- fi
|
|
|
|
-
|
|
|
|
- ynh_add_config --template="/etc/hostapd/$app/hostapd.conf.tpl" --destination="/etc/hostapd/$app/hostapd.conf"
|
|
|
|
- ynh_add_config --template="/etc/dnsmasq.$app/dhcpdv4.conf.tpl" --destination="/etc/dnsmasq.$app/dhcpdv4.conf"
|
|
|
|
-
|
|
|
|
- if [[ -n "${ip6_net}" ]] && [[ "${ip6_net}" != "none" ]]; then
|
|
|
|
- ynh_add_config --template="/etc/dnsmasq.$app/dhcpdv6.conf.tpl" --destination="/etc/dnsmasq.$app/dhcpdv6.conf"
|
|
|
|
- fi
|
|
|
|
|
|
+ configure_hostapd
|
|
|
|
+ configure_dhcp
|
|
fi
|
|
fi
|
|
|
|
|
|
#=================================================
|
|
#=================================================
|