From: Christian Heller Date: Sat, 26 Apr 2025 04:56:58 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/%7B%7Bdb.prefix%7D%7D/todo?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=config Fix. --- 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}" }