fix bug in luci-app-chinadns

This commit is contained in:
CN_SZTL 2019-07-22 00:36:55 +08:00
parent 0359a260e4
commit d574ea8fd2
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -16,7 +16,7 @@ start()
{
stop
[ "${enable}" -eq "0" ] && exit 0
/usr/sbin/chinadns -p "${port}" -s "${server}" -c "${chnroute}" -e "${local_subnet},${foreign_subnet}"
/usr/sbin/chinadns -p "${port}" -s "${server}" -c "${chnroute}" -e "${local_subnet},${foreign_subnet}" >/dev/null 2>&1 &
}
stop()