From 6aa8286b7e597a9603e791cad88afe635f3c6e26 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 4 Mar 2025 00:44:29 +0100 Subject: [PATCH] Minor fixes. --- 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 a0a4244..e4209b4 100755 --- a/testing/scripts/setup_secrets_user.sh +++ b/testing/scripts/setup_secrets_user.sh @@ -15,7 +15,7 @@ while [ ! -s "${PATH_PUBLIC_KEY}" ]; do set +e stty -echo ssh-keygen -y -f "${PATH_PRIVATE_KEY}" > "${PATH_PUBLIC_KEY}" - stty +echo + stty echo set -e done -- 2.30.2