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:
parent
dcfb292d75
commit
d42cd3db10
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ if [[ ! -v ip6_net ]]; then # if ip6_net not set
|
||||||
fi
|
fi
|
||||||
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 multissid 1
|
||||||
ynh_app_setting_set $app wifi_ssid "${wifi_ssid}"
|
ynh_app_setting_set $app wifi_ssid "${wifi_ssid}"
|
||||||
|
|
Loading…
Reference in a new issue