From 62cad43cbc73a41455dfe401d8279d6cb058847c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 6 Feb 2024 16:45:13 +0100 Subject: [PATCH] fix user create cli --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 281f828..3da3d23 100644 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ ynh_app_setting_set --app="$app" --key="ynh_user_password" --value="$ynh_user_pa #================================================= ynh_script_progression --message="Configuring yunohost users..." -yunohost user create "$ynh_user" --firstname "Mobilizon" --lastname "Notifications" --domain "$domain" --password "$ynh_user_password" -q 0 +yunohost user create "$ynh_user" -F "Mobilizon Notifications" --domain "$domain" --password "$ynh_user_password" -q 0 yunohost user update "$ynh_user" --add-mailalias "$app@$domain" --add-mailforward "$admin_email" #=================================================