From 0cfe54a8e285be6f2b7d69bced77c69026302ad7 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 12 Jan 2025 12:43:03 +0300 Subject: [PATCH] fix --- getdomains-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getdomains-install.sh b/getdomains-install.sh index fd21c7d..a1cea1d 100755 --- a/getdomains-install.sh +++ b/getdomains-install.sh @@ -325,7 +325,7 @@ dnsmasqfull() { [ -f /etc/config/dhcp-opkg ] && cp /etc/config/dhcp /etc/config/dhcp-old && mv /etc/config/dhcp-opkg /etc/config/dhcp fi } -s + dnsmasqconfdir() { if [ $VERSION_ID -ge 24 ]; then if uci get dhcp.@dnsmasq[0].confdir | grep -q /tmp/dnsmasq.d; then