fixup! challenge: Override passwd to include a timer (for shadow upload)
This commit is contained in:
parent
9d79c11ecb
commit
e65ef22000
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/bin/passwd && {
|
||||
for i in $(seq 12)
|
||||
for i in $(seq 15)
|
||||
do
|
||||
echo -n .
|
||||
sleep 0.4
|
||||
|
|
|
|||
Reference in a new issue