Skip to content

Commit

Permalink
Removed deprecated reference to isc-dhcp-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jasbur committed Jan 20, 2019
1 parent c1c5d11 commit ad69867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/configuration_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def set_ap_client_mode():
os.system('chmod +x /etc/cron.raspiwifi/apclient_bootstrapper')
os.system('mv /etc/dnsmasq.conf.original /etc/dnsmasq.conf')
os.system('mv /etc/dhcpcd.conf.original /etc/dhcpcd.conf')
os.system('cp /usr/lib/raspiwifi/reset_device/static_files/isc-dhcp-server.apclient /etc/default/isc-dhcp-server')
os.system('reboot')

def config_file_hash():
Expand Down

0 comments on commit ad69867

Please sign in to comment.