mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 09:24:50 +00:00
ubox: fix typo that caused log_file to not be validated properly
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38906
This commit is contained in:
parent
8ee2b91ddd
commit
637440c415
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user