From b42d3ff9075fd767a78307b02fec1895b508fd84 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 23 Mar 2025 19:07:06 +0100 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 0cc1578..78ffb5b 100644 --- a/testing/scripts/_setup_secrets_user.sh +++ b/testing/scripts/_setup_secrets_user.sh @@ -35,8 +35,8 @@ while [ ! -s "${PATH_PUBLIC_KEY}" ]; do set +e ssh-keygen -y -f "${PATH_PRIVATE_KEY}" > "${PATH_PUBLIC_KEY}" set -e - echo '' done +echo '' eval $(ssh-agent) && ssh-add stty echo -- 2.30.2