Skip to content

Commit 1946ab6

Browse files
committed
Delay 2s before typing the password
- This will prevent password from printing to stdout to some extent
1 parent b40c016 commit 1946ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazy-connect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function _lazy_connect() {
118118
tell vpnMenu to click
119119
try
120120
click menu item vpnName of menu 1 of vpnMenu
121-
delay 1
121+
delay 2
122122
keystroke password
123123
keystroke return
124124
on error errorStr

0 commit comments

Comments
 (0)