1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-06-01 19:47:41 +02:00
parent 2d0663045d
commit 65b7e5eeb7

View file

@ -37,7 +37,7 @@ ynh_app_setting_set --app=$app --key=ynh_user_password --value=$ynh_user_passwor
#================================================= #=================================================
ynh_script_progression --message="Configuring system user..." ynh_script_progression --message="Configuring system user..."
yunohost user create ${app}_notifs --firstname "Mobilizon" --lastname "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 yunohost user update ${app}_notifs --add-mailalias $app@$domain --add-mailforward $admin_email
#================================================= #=================================================