update restic password
This commit is contained in:
parent
7d616c5d67
commit
dbacfa1bdf
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function restic() {
|
|||
local RESTIC=$(which restic)
|
||||
|
||||
# Start original restic executable with short-lived keys
|
||||
RESTIC_PASSWORD="$(pass restic/b2)" \
|
||||
RESTIC_PASSWORD="$(pass restic/macbook)" \
|
||||
$RESTIC $@
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue