From 42fb1a392ba9d6aae94b008b1c6d2f500610f8aa Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sat, 28 Aug 2021 14:30:46 +1000 Subject: [PATCH] Copy *.china.conf only --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index d9eea18..9598921 100755 --- a/run.sh +++ b/run.sh @@ -112,7 +112,7 @@ if [ "${XRAY}" != "1" ]; then fi if [ "${IGCHINA}" = "1" ]; then - cp -a /etc/dnsmasq-china.d/*.conf /etc/dnsmasq.d/ + cp -a /etc/dnsmasq-china.d/*.china.conf /etc/dnsmasq.d/ else rm -rf /etc/dnsmasq.d/*.china.conf fi