mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-01 05:16:04 -04:00
minor
This commit is contained in:
parent
aa905fc887
commit
d7643954d1
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ ERROR: Please report this bug.
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
remaining_attempts="$(( $deny - $failed_login_counter ))"
|
remaining_attempts="$(( deny - failed_login_counter ))"
|
||||||
|
|
||||||
if [ "$remaining_attempts" -le "0" ]; then
|
if [ "$remaining_attempts" -le "0" ]; then
|
||||||
printf '%s\n' "\
|
printf '%s\n' "\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue