6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# archypr:summary=Reset the sudo lockout/faillock for the current user.
|
|
|
|
su -c "faillock --reset --user $USER"
|