Merge branch 'master' of git.oopen.de:script/monitoring

This commit is contained in:
Christoph 2017-04-12 00:18:19 +02:00
commit 84c2c5582b

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)) > /dev/null 2>&1
php_cgi=$(realpath $(which php-cgi) 2>/dev/null ) > /dev/null 2>&1
if [[ -z "$php_cgi" ]]; then
if [[ -x "/usr/local/php/bin/php-cgi" ]]; then