From e1d821d4db20c644b8082bd3c8a91c2f77a0e896 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 1 Oct 2014 18:35:03 +0100 Subject: [PATCH] A meaningless condition --- install-freedombone.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index baf06948..e0e493bf 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -2256,11 +2256,6 @@ function install_wiki { if [ ! $WIKI_DOMAIN_NAME ]; then return 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-sqlite php5-mysql smbclient curl libcurl3 php5-curl bzip2