4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
# Unlock failed logins for user
|
||
|
faillock --user ${USER:-$1} --reset
|