From 9b84d8c2482b48ae007f8512b928e6b060c86847 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Fri, 1 Aug 2014 12:49:53 +0200 Subject: [PATCH] Revert "Enabled built-in PHP" --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 9af5a3b97..6a0c7b43e 100755 --- a/start.sh +++ b/start.sh @@ -24,7 +24,7 @@ done if [ "$PHP_BINARY" == "" ]; then if [ -f ./bin/php5/bin/php ]; then PHP_BINARY="./bin/php5/bin/php" - elif type php > /dev/null 2>&1 ; then + elif [ type php 2>/dev/null ]; then PHP_BINARY=$(type -p php) else echo "Couldn't find a working PHP binary, please use the installer." @@ -57,4 +57,4 @@ done if [ ${LOOPS} -gt 1 ]; then echo "Restarted $LOOPS times" -fi +fi \ No newline at end of file