From 303b6f0f53d61d2001a20e21b5a97cb1e782f1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 24 Feb 2024 16:24:01 +0100 Subject: [PATCH] Fix : add users to gorup --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4dcf6f6..4b12574 100755 --- a/scripts/install +++ b/scripts/install @@ -42,8 +42,8 @@ fi ynh_script_progression --message="Configuring system users..." --weight=1 # Create system users -ynh_system_user_create --username="$app-guacd" -ynh_system_user_create --username="$app-tomcat" +ynh_system_user_create --username="$app-guacd" --groups="$app" +ynh_system_user_create --username="$app-tomcat" --groups="$app" #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCES