From b13f57283e4233653e771a88868600657715dff7 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 20 Nov 2020 08:41:42 +0000 Subject: [PATCH] Update raspap_dnsmasq uninstall --- installers/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/uninstall.sh b/installers/uninstall.sh index 542ddc65..bc2aa4a8 100755 --- a/installers/uninstall.sh +++ b/installers/uninstall.sh @@ -18,7 +18,7 @@ set -o errtrace readonly raspap_dir="/etc/raspap" readonly raspap_user="www-data" readonly raspap_sudoers="/etc/sudoers.d/090_raspap" -readonly raspap_dnsmasq="/etc/dnsmasq.d/090_raspap.conf" +readonly raspap_dnsmasq="/etc/dnsmasq.d/090_wlan0.conf" readonly raspap_sysctl="/etc/sysctl.d/90_raspap.conf" readonly raspap_network="/etc/systemd/network/" readonly rulesv4="/etc/iptables/rules.v4"