From 2d77ba03eede7b52dcab73d0a3122880773ab071 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jun 2020 23:51:06 +0200 Subject: [PATCH] typo --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6a86849..bfb5604 100755 --- a/scripts/install +++ b/scripts/install @@ -23,7 +23,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH phpversion=$YNH_APP_ARG_PHPVERSION -YNH_PHP_VERSION=phpversion +YNH_PHP_VERSION=$phpversion app=$YNH_APP_INSTANCE_NAME @@ -83,6 +83,7 @@ ynh_script_progression --message="Configuring php-fpm..." # Create a dedicated php-fpm config ynh_add_fpm_config +#================================================= # GENERIC FINALIZATION #================================================= # RELOAD NGINX