mirror of
https://github.com/rvalitov/zabbix-php-fpm.git
synced 2023-11-05 03:30:27 +01:00
[add] info about required package name for cgi-fcgi utility to make it easier for the user to understand what package is missing, helps #53
This commit is contained in:
parent
bd92d4b4f9
commit
790edf8985
@ -118,7 +118,7 @@ if [[ ! -x $S_SLEEP ]]; then
|
||||
exit 1
|
||||
fi
|
||||
if [[ ! -x $S_FCGI ]]; then
|
||||
echo "Utility 'cgi-fcgi' not found. Please, install it first."
|
||||
echo "Utility 'cgi-fcgi' not found. Please, install it first. The required package's name depends on your OS type and version and can be 'libfcgi-bin' or 'libfcgi0ldbl' or 'fcgi'."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -7,7 +7,7 @@ S_FCGI=$(type -P cgi-fcgi)
|
||||
S_GREP=$(type -P grep)
|
||||
|
||||
if [[ ! -x $S_FCGI ]]; then
|
||||
echo "Utility 'cgi-fcgi' not found. Please, install it first."
|
||||
echo "Utility 'cgi-fcgi' not found. Please, install it first. The required package's name depends on your OS type and version and can be 'libfcgi-bin' or 'libfcgi0ldbl' or 'fcgi'."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user