mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-30 10:39:15 -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
|
||||
fi
|
||||
|
||||
remaining_attempts="$(( $deny - $failed_login_counter ))"
|
||||
remaining_attempts="$(( deny - failed_login_counter ))"
|
||||
|
||||
if [ "$remaining_attempts" -le "0" ]; then
|
||||
printf '%s\n' "\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue