Message if microblog domain name is not specified

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

View File

@ -7193,7 +7193,8 @@ function install_gnu_social {
return
fi
if [ ! $MICROBLOG_DOMAIN_NAME ]; then
return
echo 'No domain name was given for the microblog'
exit 7359
fi
install_mariadb