mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Bad repository config path
This commit is contained in:
parent
f292ed87fd
commit
6eca4bff69
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue