Skip to content

Commit

Permalink
remove restarting dhcpcd, which seems to break wifi on latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferguson authored Jun 29, 2018
1 parent 4e052fd commit abdffa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wifisetup/wifiConnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@

os.system("wpa_cli reconfigure")
time.sleep(5)
os.system("systemctl daemon-reload")
time.sleep(5)
os.system("systemctl restart dhcpcd")
time.sleep(5)
#os.system("systemctl daemon-reload")
#time.sleep(5)
#os.system("systemctl restart dhcpcd")
#time.sleep(5)

# It's likely that the block following this one will be one that uses the
# internet - such as a download file or apt-get block. It takes a few seconds
Expand Down

0 comments on commit abdffa5

Please sign in to comment.