From 4c9a1c235e5d32ce77d2d9ee0fa1c17208345499 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 17 Feb 2020 13:17:04 -0800 Subject: [PATCH] bin: Fix bug where passget would not clear selections --- bin/passget | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/passget b/bin/passget index e5d984e..24344d5 100755 --- a/bin/passget +++ b/bin/passget @@ -46,9 +46,8 @@ read -r _ echo "${item}" | jq -r "${query_password}" | xsel -bi echo 'Password clipped. Clearing in 60 seconds.' -at -M 'now + 1 minute' >/dev/null 2>&1 </dev/null 2>&1 <