Fix minor bug.
This commit is contained in:
parent
c061ef7303
commit
8c8f482066
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user