luci-app-openclash: fix typo
This commit is contained in:
parent
a77f4dabf1
commit
87ba6315c6
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user