* luci/libs: change default scheme directory to /lib/uci/schema/ in uvl
This commit is contained in:
parent
a35337e6a1
commit
8000a4e704
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ STRICT_EXTERNAL_VALIDATORS = true
|
|||
STRICT_LIST_TYPE = true
|
||||
|
||||
|
||||
local default_schemedir = "/etc/scheme"
|
||||
local default_schemedir = "/lib/uci/schema"
|
||||
|
||||
local function _assert( condition, fmt, ... )
|
||||
if not condition then
|
||||
|
|
Loading…
Reference in a new issue