From 87ba6315c6d672edf1812cc85fee94a9c88eb6dc Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 16 Aug 2019 11:57:58 +0800 Subject: [PATCH] luci-app-openclash: fix typo --- package/cnsztl/luci-app-openclash/files/etc/init.d/openclash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/cnsztl/luci-app-openclash/files/etc/init.d/openclash b/package/cnsztl/luci-app-openclash/files/etc/init.d/openclash index d502ba0239..bf6010477c 100755 --- a/package/cnsztl/luci-app-openclash/files/etc/init.d/openclash +++ b/package/cnsztl/luci-app-openclash/files/etc/init.d/openclash @@ -65,7 +65,7 @@ fake_block() { elif [ "$(awk -F '/' '{print $3}' /etc/openclash/dnsmasq_fake_block.conf |head -1)" != "$2" ] && [ ! -z "$2" ]; then sh /usr/share/openclash/openclash_fake_block.sh fi - mkdir -p /tmp/dnsmasq.d + mkdir -p /tmp/dnsmasq.d ln -s /etc/openclash/dnsmasq_fake_block.conf /tmp/dnsmasq.d/dnsmasq_openclash.conf fi }