From e8593c410b0b6b150eac842c4a688f6ac76ae308 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 6 Jun 2025 10:10:09 +0200 Subject: [PATCH] build_key-pass.sh: set default user for VPN credentials to save to 'chris'. --- build_key-pass.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_key-pass.sh b/build_key-pass.sh index c3720b9..5b5a939 100755 --- a/build_key-pass.sh +++ b/build_key-pass.sh @@ -7,6 +7,8 @@ _date="$(date +%Y-%m-%d-%H%M)" key_names_reserverd="ta ca server" +DEFAULT_USER_TO_COPY_CREDENTIALS=chris + #--------------------------------------- #----------------------------- # Some functions