File: askpass-wrong.sh

package info (click to toggle)
lastpass-cli 1.3.1-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 816 kB
  • sloc: ansic: 9,995; sh: 584; makefile: 38
file content (9 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/bash
. $(dirname $0)/include.sh

# this lockfile keeps login from getting stuck in a loop
if [[ -e .askpass.lock ]]; then
	exit 1
fi
touch .askpass.lock
echo $TEST_WRONG_PASS