mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fpm_service name
This commit is contained in:
parent
f57b302299
commit
05503d2f8e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ ynh_add_fpm_config () {
|
|||
|
||||
if [ $dedicated_service -eq 1 ]
|
||||
then
|
||||
local fpm_service="php${phpversion}-fpm-$app"
|
||||
local fpm_service="${app}-phpfpm"
|
||||
local fpm_config_dir="/etc/php/$phpversion/dedicated-fpm"
|
||||
else
|
||||
local fpm_service="php${phpversion}-fpm"
|
||||
|
|
Loading…
Add table
Reference in a new issue