Fix minor bug.

This commit is contained in:
Christoph 2017-03-04 04:49:00 +01:00
parent c061ef7303
commit 8c8f482066

View File

@ -75,7 +75,7 @@ if [ -z "`which realpath`" ]; then
fatal 'It seems "realpath" is not installed, but needed!'
fi
php_cgi=$(realpath $(which php-cgi))
php_cgi=$(realpath $(which php-cgi)) > /dev/null 2>&1
if [[ -z "$php_cgi" ]]; then
if [[ -x "/usr/local/php/bin/php-cgi" ]]; then