From 6c6c197de59080eff0896bdf941dd52c2e038521 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 22 Apr 2023 22:29:27 -0500 Subject: [PATCH] fix restic password file --- entrypoint.nu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/entrypoint.nu b/entrypoint.nu index 0fdba90..3526c59 100644 --- a/entrypoint.nu +++ b/entrypoint.nu @@ -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"