Browse Source

no more sudo

Kayou 6 years ago
parent
commit
d42cd3db10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -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}"