From f7bfd287144bc70200ec5374b3db2667426d0cf3 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 16 Sep 2024 20:44:25 +0200 Subject: [PATCH] Load vault info from secret mount --- git-wrapper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-wrapper.sh b/git-wrapper.sh index 9cfab9a..cf32917 100755 --- a/git-wrapper.sh +++ b/git-wrapper.sh @@ -1,5 +1,7 @@ #!/bin/bash +source /git-crypt-vault/env.sh + $(dirname $0)/git.bin "$@" EC=$?