Skip to content

Commit

Permalink
Fix AWS S3 endpoint URL for restic (#15354)
Browse files Browse the repository at this point in the history
(cherry picked from commit a13693f)
  • Loading branch information
themylogin committed Jan 14, 2025
1 parent 232eab0 commit 680c5a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/middlewared/middlewared/plugins/cloud_backup/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def ensure_initialized(self, cloud_backup):
subprocess.run(
restic_config.cmd + ["unlock"],
env=restic_config.env,
text=True
capture_output=True,
text=True,
)

if self.is_initialized(restic_config):
Expand Down

0 comments on commit 680c5a9

Please sign in to comment.