Alias luci.util.exec as luci.sys.exec for legacy purposes

This commit is contained in:
Steven Barth 2008-09-02 19:08:43 +00:00
parent 95f9bb97ba
commit eb279ab360

View file

@ -41,6 +41,7 @@ local tonumber, ipairs, pairs = tonumber, ipairs, pairs
--- LuCI Linux and POSIX system utilities.
module "luci.sys"
exec = luci.util.exec
--- Invoke the luci-flash executable to write an image to the flash memory.
-- @param image Local path or URL to image file