From 1dff540988afdd735345cfc5901a45fd1e1592bb Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 26 Jul 2023 01:46:07 +0200 Subject: [PATCH] Update install assuming YunoHost 11.2, we can get rid of this --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ffb5051..d76907c 100644 --- a/scripts/install +++ b/scripts/install @@ -26,7 +26,7 @@ chown -R $app:www-data "$install_dir" ynh_script_progression --message="Configuring PHP-FPM..." --weight=5 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=low --footprint=low +ynh_add_fpm_config #================================================= # NGINX CONFIGURATION