mirror of
https://github.com/YunoHost-Apps/mautrix_facebook_ynh.git
synced 2024-09-03 19:36:33 +02:00
fix restore
This commit is contained in:
parent
e9a9e76c4d
commit
b868cc95f7
1 changed files with 1 additions and 2 deletions
|
@ -22,9 +22,8 @@ source /usr/share/yunohost/helpers
|
||||||
#REMOVEME? db_user=$db_name
|
#REMOVEME? db_user=$db_name
|
||||||
#REMOVEME? server_name=$(ynh_app_setting_get --app=$app --key=server_name)
|
#REMOVEME? server_name=$(ynh_app_setting_get --app=$app --key=server_name)
|
||||||
#REMOVEME? botname=$(ynh_app_setting_get --app=$app --key=botname)
|
#REMOVEME? botname=$(ynh_app_setting_get --app=$app --key=botname)
|
||||||
#REMOVEME? synapse_instance=$(ynh_app_setting_get --app=$app --key=synapse_instance)
|
|
||||||
#REMOVEME? synapse_registration_path=$(ynh_app_setting_get --app=$app --key=synapse_registration_path)
|
#REMOVEME? synapse_registration_path=$(ynh_app_setting_get --app=$app --key=synapse_registration_path)
|
||||||
# synapse_db_name="matrix_$synapse_instance"
|
synapse_db_name="matrix_$synapse_instance"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE THE APP MAIN DIR
|
# RESTORE THE APP MAIN DIR
|
||||||
|
|
Loading…
Add table
Reference in a new issue