From d6a534e76a634c9bfc537d5fcc5f15b2c18c8c36 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Fri, 24 Jun 2022 14:43:51 +0000 Subject: [PATCH] set user in signald group --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 289d182..cad2217 100755 --- a/scripts/install +++ b/scripts/install @@ -113,7 +113,7 @@ ynh_script_progression --message="Configuring system user..." --weight=1 # Add the user to the signald group. The signald group was created when the signald # package was installed from the extra repository # resolved by https://gitlab.com/signald/signald/-/commit/278240f3f1cc40a3b444c958b68ca3d6908e98a8 -ynh_system_user_create --username=$app +ynh_system_user_create --username=$app --groups="$signald_user" #================================================= # CREATE A POSTGRESQL DATABASE