Merge branch 'master' of git.oopen.de:script/monitoring
This commit is contained in:
commit
84c2c5582b
@ -75,7 +75,7 @@ if [ -z "`which realpath`" ]; then
|
|||||||
fatal 'It seems "realpath" is not installed, but needed!'
|
fatal 'It seems "realpath" is not installed, but needed!'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
php_cgi=$(realpath $(which php-cgi)) > /dev/null 2>&1
|
php_cgi=$(realpath $(which php-cgi) 2>/dev/null ) > /dev/null 2>&1
|
||||||
|
|
||||||
if [[ -z "$php_cgi" ]]; then
|
if [[ -z "$php_cgi" ]]; then
|
||||||
if [[ -x "/usr/local/php/bin/php-cgi" ]]; then
|
if [[ -x "/usr/local/php/bin/php-cgi" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user