From e41ba361d0bfb30f99c91450cad3c0edf899d722 Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Wed, 6 Jan 2021 12:33:20 +0100 Subject: [PATCH] typo --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)