diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-03-11 11:07:59 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-03-11 11:07:59 +0100 |
commit | bfeeb48f551dcef96819eb124aa72241656c393b (patch) | |
tree | 08b2cb0f684ca069397cabd6433ac70a47edbb86 /bin/menuscripts/mpass-otp | |
parent | 49461617903c19c98cadac9da510a011a524ff59 (diff) |
refactor
Diffstat (limited to 'bin/menuscripts/mpass-otp')
-rwxr-xr-x | bin/menuscripts/mpass-otp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mpass-otp b/bin/menuscripts/mpass-otp index e771f9f..86690d3 100755 --- a/bin/menuscripts/mpass-otp +++ b/bin/menuscripts/mpass-otp @@ -4,4 +4,4 @@ pass="$(find "$PASSWORD_STORE_DIR"/keys/otp -name "*.gpg" -printf '%f\n' | commander -c)" [ "$pass" ] || exit 1 pass otp -c keys/otp/"$pass" -notify-send -t 1000 "mpass" "copied <b>$pass</b>" +notify-send -t 1000 "mpass" "copied $pass" |