File: askpass-wrong.sh

package info (click to toggle)
lastpass-cli 1.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 848 kB
  • sloc: ansic: 10,015; sh: 617; makefile: 43
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