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

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

SVN-Revision: 38906
lede-17.01
John Crispin 2013-11-25 08:34:31 +00:00
parent 8ee2b91ddd
commit 637440c415
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PROG=/sbin/logread
validate_log_section() validate_log_section()
{ {
uci_validate_section system system "${1}" \ uci_validate_section system system "${1}" \
'Password:string' \ 'log_file:string' \
'log_size:uinteger' \ 'log_size:uinteger' \
'log_ip:ipaddr' \ 'log_ip:ipaddr' \
'log_port:port:514' \ 'log_port:port:514' \