mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Update install
This commit is contained in:
parent
eeca7a299e
commit
9ec2a51f39
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ then
|
||||||
ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage
|
ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage
|
||||||
|
|
||||||
# Create a dedicatedPHP-FPM config
|
# Create a dedicatedPHP-FPM config
|
||||||
ynh_add_fpm_config --usage=low --footprint=low --phpversion=$phpversion
|
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion
|
||||||
else
|
else
|
||||||
# This is needed for the config panel to work even though PHP is not actually used
|
# This is needed for the config panel to work even though PHP is not actually used
|
||||||
ynh_app_setting_set --app=$app --key=fpm_footprint --value=low
|
ynh_app_setting_set --app=$app --key=fpm_footprint --value=low
|
||||||
|
|
Loading…
Add table
Reference in a new issue