1
0
Fork 0
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:
Salamandar 2024-02-06 16:45:13 +01:00
parent ca2c65da2a
commit 62cad43cbc

View file

@ -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"
#=================================================