From 4d7bb4e254e7e5e1c79722e15e44c99ae7ede883 Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 27 Feb 2017 13:36:03 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 8a4c87b..cd7d677 100644 --- a/scripts/install +++ b/scripts/install @@ -60,6 +60,9 @@ fi final_path=/var/www/$app ynh_app_setting_set "$app" final_path "$final_path" +# PHP-FPM and && Conf +POOL_FPM + # We download the sources and check the md5sum SFILE=`sudo cat ../sources/source_file`; sudo wget -nv -i ../sources/source_url -O ${SFILE}.tar.gz