From 5eb23bd0b1d6536a22257eaa2cce3e1a7634873a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 16 Oct 2025 11:19:43 +0200 Subject: checkpoint --- bin/common/askpass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/common') diff --git a/bin/common/askpass b/bin/common/askpass index ebd833c..c7d2249 100755 --- a/bin/common/askpass +++ b/bin/common/askpass @@ -12,5 +12,6 @@ key="$(printf '%s\n' "$1" | pass="keys/$(hostname)/ssh/$key" # optional: add key to running ssh-agent -keyadd "$key" && - pass show "$pass" | head -n 1 +keyadd "$key" & + +pass show "$pass" | head -n 1 -- cgit v1.2.3-70-g09d2