fix restic password file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-04-22 22:29:27 -05:00
parent 20031e41f8
commit 6c6c197de5
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -104,10 +104,6 @@ def main [
exit 1
}
# $env.RESTIC_PASSWORD | save --force --raw "/tmp/password"
let-env RESTIC_PASSWORD_FILE = "/tmp/password"
let-env RESTIC_REPOSITORY = $"b2:($env.B2_BUCKET):($env.HOSTNAME)"
let-env RCLONE_CONFIG = "/dev/null"