diff options
Diffstat (limited to 'bin/menuscripts')
-rwxr-xr-x | bin/menuscripts/mpotp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mpotp b/bin/menuscripts/mpotp index 8ffb468..3e0d33e 100755 --- a/bin/menuscripts/mpotp +++ b/bin/menuscripts/mpotp @@ -4,4 +4,4 @@ pass="$(find "$PASSWORD_STORE_DIR"/keys/otp -iname "*.gpg" | dmenu -c)" [ "$pass" ] || exit 1 pass otp -c keys/otp/"$pass" -herbe "_mpotp" "copied $pass" +herbe "_mpotp" "copied $pass" & |