Selaa lähdekoodia

A meaningless condition

Bob Mottram 10 vuotta sitten
vanhempi
commit
e1d821d4db
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0
    5
      install-freedombone.sh

+ 0
- 5
install-freedombone.sh Näytä tiedosto

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