Message if blog domain name is not specified

This commit is contained in:
Bob Mottram 2015-01-26 20:57:52 +00:00
parent 2b582987b4
commit e84055a53b
1 changed files with 2 additions and 1 deletions

View File

@ -6955,7 +6955,8 @@ function install_blog {
return
fi
if [ ! $FULLBLOG_DOMAIN_NAME ]; then
return
echo 'The blog domain name was not specified'
exit 5062
fi
if [ ! -d /var/www/$FULLBLOG_DOMAIN_NAME ]; then