Skip to content

Commit

Permalink
Removed unnecessary shutdown of the wlan0 adapter, to prevent a WiFi …
Browse files Browse the repository at this point in the history
…installation from breaking
  • Loading branch information
tknot committed Aug 27, 2018
1 parent db78de9 commit 24261fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions install-evok.sh
Expand Up @@ -428,8 +428,6 @@ install_unipi_neuron() {
sed -i -e 's/#authoritative/authoritative/' /etc/dhcp/dhcpd.conf
sed -i -e 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf
sed -i -e 's/wifi_control_enabled = False/wifi_control_enabled = True/' etc/evok-neuron.conf
else
ifconfig wlan0 down
fi

# Copy evok
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
Repository:evok ActiveBranch:[master] PrecedingRelease:v.2.0.7a PrecedingRevision:315(9efe7d8) LatestCommit:Mon Aug 13 21:10:33 CEST 2018
Repository:evok ActiveBranch:[master] PrecedingRelease:v.2.0.7a PrecedingRevision:318(db78de9) LatestCommit:Mon Aug 27 11:34:28 CEST 2018

0 comments on commit 24261fb

Please sign in to comment.