1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
This commit is contained in:
Josué Tille 2022-06-17 07:56:52 +02:00
parent 0bf9a1f834
commit 43f16d8898
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -140,7 +140,7 @@ fi
if [ -z $synapse_user_app_pwd ]; then
synapse_user_app_pwd="$(ynh_string_random --length=30)"
ynh_app_setting_set --app=$app --key=synapse_user_app_pwd --value=$synapse_user_app_pwd
yunohost user create $synapse_user_app -f Synapse -l Application -m $domain -p "$synapse_user_app_pwd"
yunohost user create $synapse_user_app -f Synapse -l Application -d $domain -p "$synapse_user_app_pwd"
fi
#=================================================