Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.util
[project/luci.git] / modules / admin-mini / luasrc / controller / mini / uci.lua
index b56a70287e65c78eb4fa65d6221fe18c84bdf1ed..4eceae6293360f98c7f100b3bf7de51472d2872b 100644 (file)
@@ -74,7 +74,7 @@ function action_apply()
                
                -- Search for post-commit commands
                for cmd, i in pairs(run) do
-                       output = output .. cmd .. ":" .. luci.sys.exec(cmd) .. "\n"
+                       output = output .. cmd .. ":" .. luci.util.exec(cmd) .. "\n"
                end
        end