ikiwiki: Enable during setup.

This commit is contained in:
James Valleroy 2015-06-07 10:19:35 -04:00 committed by Sunil Mohan Adapa
parent 5cb4916a42
commit 045dae59f7

View File

@ -246,6 +246,7 @@ def setup():
with open(SETUP_BLOG, 'w') as setupfile:
setupfile.writelines(ikiwiki_setup_automator_blog)
subprocess.check_call(['a2enconf', 'ikiwiki'])
subprocess.check_call(['service', 'apache2', 'restart'])