浏览代码

A meaningless condition

Bob Mottram 10 年前
父节点
当前提交
e1d821d4db
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      install-freedombone.sh

+ 0
- 5
install-freedombone.sh 查看文件

@@ -2256,11 +2256,6 @@ function install_wiki {
2256 2256
   if [ ! $WIKI_DOMAIN_NAME ]; then
2257 2257
       return
2258 2258
   fi
2259
-  if ! [[ $SYSTEM_TYPE == "$VARIANT_WRITER" ]]; then
2260
-      if [ ! $SYSTEM_TYPE ]; then
2261
-          return
2262
-      fi
2263
-  fi
2264 2259
   apt-get -y --force-yes install php5 php5-gd php-xml-parser php5-intl wget
2265 2260
   apt-get -y --force-yes install php5-sqlite php5-mysql smbclient curl libcurl3 php5-curl bzip2
2266 2261