commit da53ba63d7d83f54f20e976b44065d39d13b88d4
parent 4fce6b4355041b1e80d3265f43e0aa001f2521d7
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 4 Oct 2016 23:10:02 +0200
Merge branch 'master' of a3nm.net:git/mybin
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xpass b/xpass
@@ -35,7 +35,7 @@ then
# file does not exist, create password
# also save anything specified on the commandline to the file
echo "generate"
- echo -e "will be replaced by password\n$USER" | pass add -m "$FILE" || {
+ echo -e "will be replaced by password\nlogin: $USER" | pass add -m "$FILE" || {
zenity --error --text 'problem with pass add; aborting';
exit 2; }
PINENTRY_USER_DATA="gtk" pass generate -i -n "$FILE" 12 || {