ソースを参照

Message if blog domain name is not specified

Bob Mottram 10 年 前
コミット
e84055a53b
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      src/freedombone

+ 2
- 1
src/freedombone ファイルの表示

@@ -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