Skip to content

Commit

Permalink
fix empty wireless_interfaces in nc-wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Apr 2, 2017
1 parent aec77e4 commit 138fecc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/nextcloudpi-config.d/nc-wifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ configure()
5) F10 to save
6) C to connect" \
20 90

# Installation in QEMU (without a wireless interface) produces
# wicd installation to generate 'wireless_interface = None'.
# It does not hurt to restart it to wlan0 for RPi3 & zero w
sed -i 's|^wireless_interface = None|wireless_interface = wlan0|' /etc/wicd/manager-settings.conf

wicd-curses
}

Expand Down

0 comments on commit 138fecc

Please sign in to comment.