[fix] Bad repository config path

This commit is contained in:
ljf 2022-10-10 16:10:39 +02:00
parent f292ed87fd
commit 6eca4bff69
No known key found for this signature in database

View file

@ -67,7 +67,7 @@ class BackupRepository(ConfigPanel):
BackupRepository manage all repository the admin added to the instance BackupRepository manage all repository the admin added to the instance
""" """
entity_type = "backup_repository" entity_type = "backup_repository"
save_path_tpl = "/etc/yunohost/backup/repositories/{entity}.yml" save_path_tpl = REPOSITORIES_DIR + "/{entity}.yml"
save_mode = "full" save_mode = "full"
need_organized_files = True need_organized_files = True
method_name = "" method_name = ""