From 9b8dba57e6d64d423567ed79d0d5edd0853edf6a Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 23 Mar 2025 22:58:22 +0100 Subject: [PATCH] Minor improvement. --- 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 deb31c5..9d935eb 100644 --- a/testing/scripts/_setup_secrets_user.sh +++ b/testing/scripts/_setup_secrets_user.sh @@ -38,9 +38,9 @@ while [ ! -s "${PATH_PUBLIC_KEY}" ]; do set -e stty echo done -echo '' eval $(ssh-agent) while true; do + echo '' stty -echo set +e ssh-add -- 2.30.2