From 6eca4bff69fb0a7f42aa9383960e4a8404de6769 Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 10 Oct 2022 16:10:39 +0200 Subject: [PATCH] [fix] Bad repository config path --- src/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository.py b/src/repository.py index 5af841591..7b1820853 100644 --- a/src/repository.py +++ b/src/repository.py @@ -67,7 +67,7 @@ class BackupRepository(ConfigPanel): BackupRepository manage all repository the admin added to the instance """ entity_type = "backup_repository" - save_path_tpl = "/etc/yunohost/backup/repositories/{entity}.yml" + save_path_tpl = REPOSITORIES_DIR + "/{entity}.yml" save_mode = "full" need_organized_files = True method_name = ""