luci-0.9: merge r5762
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 8 Mar 2010 18:57:00 +0000 (18:57 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 8 Mar 2010 18:57:00 +0000 (18:57 +0000)
libs/sys/luasrc/sys.lua

index 724c8fc..2fc8d03 100644 (file)
@@ -734,7 +734,7 @@ end
 -- @return             Numeric index value
 function init.index(name)
        if fs.access(init.dir..name) then
-               return call("source "..init.dir..name.."; exit $START")
+               return call("source "..init.dir..name.." enabled; exit $START")
        end
 end