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:
parent
4784d78280
commit
21e4630738
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user