build: remove some obsolete support scripts
[project/luci.git] / libs / uvl / root / usr / bin / uvl
index 83ed739..e5db5c3 100755 (executable)
@@ -200,7 +200,8 @@ elseif arguments[1] == "verify" or arguments[1] == "verify-scheme" then
                ( not options['no-strict-lists'] and true or false )
 
        local uvl = luci.uvl.UVL(
-               type(options.schemedir) == "string" and options.schemedir
+               type(options.schemedir) == "string" and options.schemedir,
+               type(options.configdir) == "string" and options.configdir
        )
 
        local cso = luci.util.split( arguments[2], "." )