1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Bugfix in sudoers. Resolves #373

This commit is contained in:
billz 2019-08-13 00:11:10 +01:00
parent 9cb564a15f
commit 99b0c04ef2

View File

@ -271,7 +271,7 @@ function patch_system_files() {
"/etc/init.d/hostapd stop" "/etc/init.d/hostapd stop"
"/etc/init.d/dnsmasq start" "/etc/init.d/dnsmasq start"
"/etc/init.d/dnsmasq stop" "/etc/init.d/dnsmasq stop"
"/bin/cp /tmp/dhcpddata /etc/dnsmasq.conf" "/bin/cp /tmp/dnsmasqdata /etc/dnsmasq.conf"
"/bin/cp /tmp/dhcpddata /etc/dhcpcd.conf" "/bin/cp /tmp/dhcpddata /etc/dhcpcd.conf"
"/sbin/shutdown -h now" "/sbin/shutdown -h now"
"/sbin/reboot" "/sbin/reboot"