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

no more sudo

This commit is contained in:
Kayou 2019-02-23 01:01:18 +01:00
parent dcfb292d75
commit d42cd3db10
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -196,7 +196,7 @@ if [[ ! -v ip6_net ]]; then # if ip6_net not set
fi
fi
wifi_device=$(sudo bash ../conf/iw_devices | awk -F\| '{ print $1 }')
wifi_device=$(bash ../conf/iw_devices | awk -F\| '{ print $1 }')
ynh_app_setting_set $app multissid 1
ynh_app_setting_set $app wifi_ssid "${wifi_ssid}"