Skip to content

Commit

Permalink
nc-wifi and trusted domain fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Jun 29, 2017
1 parent caa8970 commit 812e821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/nextcloudpi-config.d/nc-wifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ configure()
systemctl disable wicd
systemctl start dhcpcd
systemctl enable dhcpcd
ip link set down dev wlan0
systemctl start nextcloud-domain
return;
}
Expand All @@ -60,6 +61,7 @@ configure()
# It does not hurt to restart it to wlan0 for RPi3 & zero w
sed -i 's|^wireless_interface = $|wireless_interface = wlan0|' /etc/wicd/manager-settings.conf

ip link set up dev wlan0
systemctl stop dhcpcd
systemctl disable dhcpcd
systemctl enable wicd
Expand Down

0 comments on commit 812e821

Please sign in to comment.