From e0b9857b1763f730f33db7088bfa3dee6ab6f540 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 16 Oct 2023 12:58:16 +0300 Subject: [PATCH] Fix #7 --- getdomains-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getdomains-install.sh b/getdomains-install.sh index 2531b0c..b78c4d1 100755 --- a/getdomains-install.sh +++ b/getdomains-install.sh @@ -217,7 +217,7 @@ dnsmasqfull() { cd /tmp/ && opkg download dnsmasq-full opkg remove dnsmasq && opkg install dnsmasq-full --cache /tmp/ - [ -f /etc/config/dhcp-opkg ] && cp etc/config/dhcp etc/config/dhcp-old && mv /etc/config/dhcp-opkg /etc/config/dhcp + [ -f /etc/config/dhcp-opkg ] && cp /etc/config/dhcp /etc/config/dhcp-old && mv /etc/config/dhcp-opkg /etc/config/dhcp fi }