From 0c640c5e78a28773acdba33c9840fb2c9f60923a Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 22 Apr 2025 03:29:33 +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 8d3f9bd..634f4fc 100644 --- a/testing/scripts/_setup_secrets_user.sh +++ b/testing/scripts/_setup_secrets_user.sh @@ -31,7 +31,7 @@ echo "\nSetting up ~/.ssh" cp -a "${PATH_SECRETS_SSH}" "${PATH_USER_SSH}" eval $(ssh-agent) stty -echo -trapp stty echo +trapp stty +echo retry_until 1 'echo ""' 'ssh-add -q' 'echo "Aborting due to ssh-add error"' stty echo trapp -- 2.30.2