ubox: fix typo that caused log_file to not be validated properly
[openwrt.git] / package / system / ubox / files / log.init
index a1e910f..1c288a7 100644 (file)
@@ -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' \