mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update remove
Fix synapse DB name
This commit is contained in:
parent
04aec44733
commit
f24ce6a0ad
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=5
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
db_user=$db_name
|
||||
synapse_db_name="matrix_$synapse_instance"
|
||||
synapse_db_name="$(get_synapse_db_name $synapse_instance)"
|
||||
bot_synapse_db_user="@""$botname"":""$server_name"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue