challenge: Override passwd to include a timer (for shadow upload)
This commit is contained in:
parent
24e7005e41
commit
7b1cf513a5
2 changed files with 10 additions and 0 deletions
9
pkg/challenge/passwd.sh
Executable file
9
pkg/challenge/passwd.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/bin/passwd
|
||||
for i in $(seq 12)
|
||||
do
|
||||
echo -n .
|
||||
sleep 0.4
|
||||
done
|
||||
echo
|
||||
Reference in a new issue