From 99b0c04ef21b07a2ec818ad797f4d403a384de2e Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 13 Aug 2019 00:11:10 +0100 Subject: [PATCH] Bugfix in sudoers. Resolves #373 --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 70a2b245..15adcbf8 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -271,7 +271,7 @@ function patch_system_files() { "/etc/init.d/hostapd stop" "/etc/init.d/dnsmasq start" "/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" "/sbin/shutdown -h now" "/sbin/reboot"