mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ikiwiki: Make sure shortcuts show up after setup
If the wikis and blogs are already setup and ikiwiki is uninstalled for some reason, then setting it up should show the existing wikis and blogs.
This commit is contained in:
parent
a319f78a92
commit
3763e28d15
@ -68,6 +68,7 @@ def setup(helper, old_version=None):
|
||||
helper.install(managed_packages)
|
||||
helper.call('post', actions.superuser_run, 'ikiwiki', ['setup'])
|
||||
helper.call('post', service.notify_enabled, None, True)
|
||||
helper.call('post', add_shortcuts)
|
||||
|
||||
|
||||
def add_shortcuts():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user