From 3f49564e01efd99474644547c07fe41eef6eb2c2 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 19 Jun 2025 23:46:52 +0200 Subject: [PATCH] Fix. --- testing/scripts/_setup_secrets_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/_setup_secrets_user.sh b/testing/scripts/_setup_secrets_user.sh index f4557c9..f46d693 100644 --- a/testing/scripts/_setup_secrets_user.sh +++ b/testing/scripts/_setup_secrets_user.sh @@ -33,7 +33,7 @@ copy_and_unmount_secrets 'in' export BORG_PASSPHRASE="${PASSPHRASE}" prefixed_msg 'Copying passwords DB …' -cp -a "${PATH_USER_KDBX}" "${PATH_SECRETS_KDBX}" +cp -a "${PATH_SECRETS_KDBX}" "${PATH_USER_KDBX}" prefixed_msg 'Setting up ~/.ssh …' cp -a "${PATH_SECRETS_SSH}" "${PATH_USER_SSH}" -- 2.30.2