Check that blog gets created

This commit is contained in:
Bob Mottram 2017-03-31 23:57:14 +01:00
parent 7e9f998694
commit 427fba73e4
1 changed files with 4 additions and 0 deletions

View File

@ -800,6 +800,10 @@ function install_pelican {
install_pelican_website_onion
pelican_regenerate_blog
if [ ! -d $PELICAN_BLOG_INSTALL_DIR/output ]; then
echo $'Failed to generate pelican blog'
exit 521892
fi
function_check nginx_ensite
nginx_ensite $PELICAN_DOMAIN_NAME