|
@@ -201,9 +201,9 @@ systemctl unmask hostapd 2>&1 # On some system e.g. RPi, for some reason hostapd
|
|
|
|
|
|
if [[ -n ${wifi_device} ]]; then
|
|
if [[ -n ${wifi_device} ]]; then
|
|
if [ "${wifi_secure}" -eq 1 ]; then
|
|
if [ "${wifi_secure}" -eq 1 ]; then
|
|
- local sec_comment=""
|
|
|
|
|
|
+ sec_comment=""
|
|
else
|
|
else
|
|
- local sec_comment="#"
|
|
|
|
|
|
+ sec_comment="#"
|
|
fi
|
|
fi
|
|
|
|
|
|
ynh_add_config --template="/etc/hostapd/$app/hostapd.conf.tpl" --destination="/etc/hostapd/$app/hostapd.conf"
|
|
ynh_add_config --template="/etc/hostapd/$app/hostapd.conf.tpl" --destination="/etc/hostapd/$app/hostapd.conf"
|