Skip to content
Snippets Groups Projects
Commit 82f67ed0 authored by blogic's avatar blogic
Browse files

ubox: fix typo that caused log_file to not be validated properly


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38906 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent f10e6868
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ PROG=/sbin/logread
validate_log_section()
{
uci_validate_section system system "${1}" \
'Password:string' \
'log_file:string' \
'log_size:uinteger' \
'log_ip:ipaddr' \
'log_port:port:514' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment