File: askpass-wrong.sh

package info (click to toggle)
lastpass-cli 1.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: ansic: 10,203; sh: 683; makefile: 45
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