mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/helpers.d/php
Co-Authored-By: JimboJoe <jimmy@monin.net>
This commit is contained in:
parent
df47040462
commit
f90a238973
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ ynh_get_scalable_phpfpm () {
|
||||||
php_max_children=$max_proc
|
php_max_children=$max_proc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get an potential forced value for php_max_children
|
# Get a potential forced value for php_max_children
|
||||||
local php_forced_max_children=$(ynh_app_setting_get --app=$app --key=php_forced_max_children)
|
local php_forced_max_children=$(ynh_app_setting_get --app=$app --key=php_forced_max_children)
|
||||||
if [ -n "$php_forced_max_children" ]; then
|
if [ -n "$php_forced_max_children" ]; then
|
||||||
php_max_children=$php_forced_max_children
|
php_max_children=$php_forced_max_children
|
||||||
|
|
Loading…
Add table
Reference in a new issue