mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 06:30:59 +00:00
Minor fixes.
This commit is contained in:
@@ -1067,7 +1067,8 @@ MakeToken() {
|
||||
|
||||
CheckDnsmasqConfDir() {
|
||||
if [ ! -d "$DNSMASQ_CONFDIR" ]; then
|
||||
echo " Error! DNSMASQ_CONFDIR (${DNSMASQ_CONFDIR}) does not exists." >&2
|
||||
echo " Error! DNSMASQ_CONFDIR (${DNSMASQ_CONFDIR}) does not exists" >&2
|
||||
MakeLogRecord "err" "Error! DNSMASQ_CONFDIR (${DNSMASQ_CONFDIR}) does not exists"
|
||||
return 1
|
||||
fi
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user