3
0
mirror of https://github.com/rvalitov/zabbix-php-fpm.git synced 2023-11-05 03:30:27 +01:00

[add] extra output

This commit is contained in:
Ramil Valitov 2020-06-29 02:37:13 +03:00
parent 4784d78280
commit 21e4630738
No known key found for this signature in database
GPG Key ID: 2AB186DABDFE1914

View File

@ -133,6 +133,7 @@ function ProcessPool() {
POOL_NAME=$1 POOL_NAME=$1
POOL_SOCKET=$2 POOL_SOCKET=$2
if [[ -z ${POOL_NAME} ]] || [[ -z ${POOL_SOCKET} ]]; then if [[ -z ${POOL_NAME} ]] || [[ -z ${POOL_SOCKET} ]]; then
PrintDebug "Invalid arguments for ProcessPool"
return 0 return 0
fi fi