diff --git a/docs/dev/configmode.rst b/docs/dev/configmode.rst index 9a174d4c..e28c3ecc 100644 --- a/docs/dev/configmode.rst +++ b/docs/dev/configmode.rst @@ -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 order is, for wizard modules: - - 0050-autoupdater-info - 0100-hostname - 0300-mesh-vpn - 0400-geo-location - 0500-contact-info + - 0600-autoupdater-info 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!") end end - diff --git a/package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0050-autoupdater-info.lua b/package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0600-autoupdater-info.lua similarity index 100% rename from package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0050-autoupdater-info.lua rename to package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0600-autoupdater-info.lua