Browse Source

Message if blog domain name is not specified

Bob Mottram 10 years ago
parent
commit
e84055a53b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone

+ 2
- 1
src/freedombone View File

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