From: Christian Heller Date: Thu, 19 Jun 2025 21:46:52 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Bprefix%7D%7D?a=commitdiff_plain;h=HEAD;p=config Fix. --- 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}"