Alias luci.util.exec as luci.sys.exec for legacy purposes
This commit is contained in:
parent
95f9bb97ba
commit
eb279ab360
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ local tonumber, ipairs, pairs = tonumber, ipairs, pairs
|
||||||
--- LuCI Linux and POSIX system utilities.
|
--- LuCI Linux and POSIX system utilities.
|
||||||
module "luci.sys"
|
module "luci.sys"
|
||||||
|
|
||||||
|
exec = luci.util.exec
|
||||||
|
|
||||||
--- Invoke the luci-flash executable to write an image to the flash memory.
|
--- Invoke the luci-flash executable to write an image to the flash memory.
|
||||||
-- @param image Local path or URL to image file
|
-- @param image Local path or URL to image file
|
||||||
|
|
Loading…
Reference in a new issue