luci-app-openclash: fix typo

This commit is contained in:
CN_SZTL 2019-08-16 11:57:58 +08:00
parent a77f4dabf1
commit 87ba6315c6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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
}