Added /bin/cp /etc/dhcpcd.conf to sudoers

This commit is contained in:
billz 2019-03-11 23:43:39 +00:00
parent 9abf79b23c
commit e30fb10da7

View file

@ -248,6 +248,7 @@ function patch_system_files() {
"/etc/init.d/dnsmasq start"
"/etc/init.d/dnsmasq stop"
"/bin/cp /tmp/dhcpddata /etc/dnsmasq.conf"
"/bin/cp /tmp/dhcpddata /etc/dhcpcd.conf"
"/sbin/shutdown -h now"
"/sbin/reboot"
"/sbin/ip link set wlan[0-9] down"