From 5c86d99e1ffd12d8a04003a25cccbf2f6d1a583e Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Tue, 26 Jan 2021 19:32:56 +0100 Subject: [PATCH] not create dedicated user --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index aba8763..d1cb550 100644 --- a/scripts/install +++ b/scripts/install @@ -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