mirror of
https://codeberg.org/puppe/mpbackup.git
synced 2025-12-19 21:42:17 +01:00
Don't print repository path
The full path may contain a password.
This commit is contained in:
parent
e4ddf36695
commit
22e8c358c6
1 changed files with 1 additions and 1 deletions
2
mpbackup
2
mpbackup
|
|
@ -55,7 +55,7 @@ def check
|
|||
puts("Command: #{check_command.join(' ')}")
|
||||
system(*check_command)
|
||||
if $?.exitstatus > 0
|
||||
error(1, "Checking restic repository #{ENV['RESTIC_REPOSITORY']} failed.")
|
||||
error(1, "Checking restic repository failed.")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue