diff --git a/scripts/restore b/scripts/restore index ab10cee..ba3881d 100755 --- a/scripts/restore +++ b/scripts/restore @@ -28,7 +28,7 @@ ynh_script_progression --message="Loading settings..." --weight=5 app=$YNH_APP_INSTANCE_NAME final_path=/opt/yunohost/$app -mautrix_config_path="$final_path/conf.yaml" +mautrix_config_path="$final_path/config.yaml" domain=$(ynh_app_setting_get --app=$app --key=domain) server_name=$(ynh_app_setting_get --app=$app --key=server_name)