summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslil clingman <>2021-01-08 11:39:43 -0500
committertslil clingman <>2021-01-08 11:39:43 -0500
commit7e30969088c307ec4337efc1104fe1b8f9e661e7 (patch)
treef601e6bbeb3df502a86e35291f19b976e76ed70d
parentdce5c71accaa8dc096a4b580f06eb83195c3d61e (diff)
parentfba0ecc4a5b9cfcc703d34bd173f9a7aa91404e4 (diff)
Merge branch 'master' of git.sr.ht:~tslil/scripts
-rwxr-xr-xbadpass4
1 files changed, 2 insertions, 2 deletions
diff --git a/badpass b/badpass
index afb49d5..4d03eb9 100755
--- a/badpass
+++ b/badpass
@@ -25,9 +25,9 @@ echo
USEKEYCHAIN () {
expect - <<EOF
spawn keychain --nogui --quiet $1
-set send_slow {1 0.001}
+set send_slow {1 0.01}
expect {
- "Enter passphrase for $HOME/.ssh/$1:"; { send -s "$2\n"; }
+ "Enter passphrase for $HOME/.ssh/$1:"; { send -s "$2\n"; echo DONE; }
}
EOF
echo