mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update upgrade
Fix synapse DB name
This commit is contained in:
parent
ef45b96d18
commit
bd386f4a3a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ source /usr/share/yunohost/helpers
|
|||
|
||||
server_name=$(ynh_app_setting_get --app=$app --key=server_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