Browse Source

A meaningless condition

Bob Mottram 10 years ago
parent
commit
e1d821d4db
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      install-freedombone.sh

+ 0
- 5
install-freedombone.sh View File

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