This commit is contained in:
Ruben Barkow 2017-02-09 16:57:01 +00:00 committed by GitHub
commit b334d39145
2 changed files with 1 additions and 2 deletions

View File

@ -38,11 +38,11 @@ Config mode modules are located at `/lib/gluon/config-mode/wizard` and
are executed in lexical order. If you take the standard set of modules, the are executed in lexical order. If you take the standard set of modules, the
order is, for wizard modules: order is, for wizard modules:
- 0050-autoupdater-info
- 0100-hostname - 0100-hostname
- 0300-mesh-vpn - 0300-mesh-vpn
- 0400-geo-location - 0400-geo-location
- 0500-contact-info - 0500-contact-info
- 0600-autoupdater-info
While for reboot modules it is: While for reboot modules it is:
@ -89,4 +89,3 @@ rendered or nil (i.e. the module is skipped)::
luci.template.render_string("Hello World!") luci.template.render_string("Hello World!")
end end
end end