From c25fc2bd90d774e4b295106108de267c7a806e48 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 26 Apr 2025 06:56:58 +0200 Subject: [PATCH] Fix. --- testing/scripts/lib/mount_secrets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/lib/mount_secrets b/testing/scripts/lib/mount_secrets index 624e4a3..4807cd0 100644 --- a/testing/scripts/lib/mount_secrets +++ b/testing/scripts/lib/mount_secrets @@ -19,7 +19,7 @@ mount_secrets() { done _ON_LOOP_START='printf "Passphrase: "; PASSPHRASE=$(get_passphrase); echo ""' _TO_TEST='echo "${PASSPHRASE}" | pmount "${PATH_DEV}" 2>&1' - _ON_FAIL='echo "Aborting due to pmount error:' + _ON_FAIL='echo "Aborting due to pmount error:"' retry_until 100 "${_ON_LOOP_START}" "${_TO_TEST}" "${_ON_FAIL}" echo "${_OUTPUT}" } -- 2.30.2