From 5329b8bc0f05967aedb6e9817662326ae1f4f27c Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 11 May 2021 21:22:45 -0400 Subject: [PATCH] passmenu: fix hardcoded username Added this for testing and forgot to remove it... --- passmenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passmenu b/passmenu index a3bdeec..44681ef 100755 --- a/passmenu +++ b/passmenu @@ -16,7 +16,7 @@ password=$(find "$prefix" -name '*.gpg' | awk -v prefix="$prefix" \ [ -n "$password" ] || exit if [ $typeit -eq 0 ]; then - pash show yacy/admin | head -n 1 | xclip -sel c + pash show "$password" | head -n 1 | xclip -sel c else pash show "$password" | { IFS= read -r pass; printf %s "$pass"; } | xdotool type --clearmodifiers --file - -- 2.39.2