home · contact · privacy
Minor fixes.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 3 Mar 2025 23:44:29 +0000 (00:44 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 3 Mar 2025 23:44:29 +0000 (00:44 +0100)
testing/scripts/setup_secrets_user.sh

index a0a4244ebd789dbaf108e53ce83e43bc1be7e0e4..e4209b4be95f1e4ee8ce08ec59fcef65a24fee18 100755 (executable)
@@ -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