mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 22:50:58 +00:00
Minor fixes.
This commit is contained in:
@@ -1067,7 +1067,8 @@ MakeToken() {
|
|||||||
|
|
||||||
CheckDnsmasqConfDir() {
|
CheckDnsmasqConfDir() {
|
||||||
if [ ! -d "$DNSMASQ_CONFDIR" ]; then
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user