From f2fdfcf2c9fb1e3448cfefa0ae5b14e30be1fc99 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:08:57 +0100 Subject: [PATCH] Update from example_ynh --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index f7d636b..b5f9b8b 100644 --- a/scripts/install +++ b/scripts/install @@ -27,7 +27,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH #admin=$YNH_APP_ARG_ADMIN -#is_public=$YNH_APP_ARG_IS_PUBLIC +is_public=$YNH_APP_ARG_IS_PUBLIC #language=$YNH_APP_ARG_LANGUAGE #password=$YNH_APP_ARG_PASSWORD @@ -158,10 +158,10 @@ ynh_add_nginx_config #================================================= # CREATE DEDICATED USER #================================================= -ynh_script_progression --message="Configuring system user..." --time --weight=1 +#ynh_script_progression --message="Configuring system user..." --time --weight=1 # Create a system user -ynh_system_user_create --username=$app +#ynh_system_user_create --username=$app #================================================= # PHP-FPM CONFIGURATION