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