update restic password

This commit is contained in:
Steffen Vogel 2019-07-21 10:28:27 +02:00
parent 7d616c5d67
commit dbacfa1bdf

View file

@ -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 $@
}