challenge: Override passwd to include a timer (for shadow upload)

This commit is contained in:
nemunaire 2022-03-01 18:06:05 +01:00
commit 7b1cf513a5
2 changed files with 10 additions and 0 deletions

9
pkg/challenge/passwd.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
/usr/bin/passwd
for i in $(seq 12)
do
echo -n .
sleep 0.4
done
echo