mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
ikiwiki: Enable during setup.
This commit is contained in:
parent
5cb4916a42
commit
045dae59f7
@ -246,6 +246,7 @@ def setup():
|
|||||||
with open(SETUP_BLOG, 'w') as setupfile:
|
with open(SETUP_BLOG, 'w') as setupfile:
|
||||||
setupfile.writelines(ikiwiki_setup_automator_blog)
|
setupfile.writelines(ikiwiki_setup_automator_blog)
|
||||||
|
|
||||||
|
subprocess.check_call(['a2enconf', 'ikiwiki'])
|
||||||
subprocess.check_call(['service', 'apache2', 'restart'])
|
subprocess.check_call(['service', 'apache2', 'restart'])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user