From f20bd3b14e1b61f50058e5c0b2cca978b989605b Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 16 May 2024 11:15:17 -0700 Subject: [PATCH] fix fpmmax var name --- bin/vhost-user-get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vhost-user-get.sh b/bin/vhost-user-get.sh index 99aab14..0c213f4 100755 --- a/bin/vhost-user-get.sh +++ b/bin/vhost-user-get.sh @@ -68,7 +68,7 @@ do fpmmax=0 if [[ -f "/etc/php/$phpVersion/fpm/pool.d/$username.conf" ]]; then - fpmax=$(grep pm.max_children /etc/php/$phpVersion/fpm/pool.d/$username.conf | awk -F '=' '{ print $2 }' | tr -d ' ') + fpmmax=$(grep pm.max_children /etc/php/$phpVersion/fpm/pool.d/$username.conf | awk -F '=' '{ print $2 }' | tr -d ' ') fi if [[ -n $verbose ]]; then