WIP: Add locking of borgmatic config file #254

Closed
drewkett wants to merge 9 commits from (deleted):configlock into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5ea7e1eaa6 - Show all commits

View File

@ -93,7 +93,7 @@ def run_configuration(config_filename, config, arguments):
encountered_error = error
yield from make_error_log_records(
'{}: Error running pre-backup hook'.format(config_filename), error
)
)
if not encountered_error:
for repository_path in location['repositories']: