A meaningless condition
This commit is contained in:
parent
31ceb0a73d
commit
e1d821d4db
|
@ -2256,11 +2256,6 @@ function install_wiki {
|
||||||
if [ ! $WIKI_DOMAIN_NAME ]; then
|
if [ ! $WIKI_DOMAIN_NAME ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
if ! [[ $SYSTEM_TYPE == "$VARIANT_WRITER" ]]; then
|
|
||||||
if [ ! $SYSTEM_TYPE ]; then
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
apt-get -y --force-yes install php5 php5-gd php-xml-parser php5-intl wget
|
apt-get -y --force-yes install php5 php5-gd php-xml-parser php5-intl wget
|
||||||
apt-get -y --force-yes install php5-sqlite php5-mysql smbclient curl libcurl3 php5-curl bzip2
|
apt-get -y --force-yes install php5-sqlite php5-mysql smbclient curl libcurl3 php5-curl bzip2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue