mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix user create cli
This commit is contained in:
parent
ca2c65da2a
commit
62cad43cbc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue