From eb279ab36033c887e482eb3395892deb182a335a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 2 Sep 2008 19:08:43 +0000 Subject: [PATCH] Alias luci.util.exec as luci.sys.exec for legacy purposes --- libs/sys/luasrc/sys.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/sys/luasrc/sys.lua b/libs/sys/luasrc/sys.lua index 2f893650c0..a53db937c7 100644 --- a/libs/sys/luasrc/sys.lua +++ b/libs/sys/luasrc/sys.lua @@ -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 -- 2.30.2