From 50937a81aa208ba256113e9457f06d7a584a0aec Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 27 Nov 2022 23:57:35 +0100 Subject: [PATCH] edit back config with --fistname and --lastname I haved changed it for my instance with yunohost 11.1 to debug, but for this PR I put it back for stable version --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bdbc194..dba9ce3 100644 --- a/scripts/install +++ b/scripts/install @@ -86,7 +86,7 @@ ynh_script_progression --message="Configuring system user..." # Create a system user ynh_system_user_create --username=$app --home_dir="$final_path" -yunohost user create ${app}_notifs -F "Mobilizon Notifications" --domain "$domain" --password "$ynh_user_password" -q 0 +yunohost user create ${app}_notifs --firstname "Mobilizon" --lastname "Notifications" --domain "$domain" --password "$ynh_user_password" -q 0 yunohost user update ${app}_notifs --add-mailalias $app@$domain --add-mailforward $admin_email #=================================================