From 5d3dba68c6c6577fd4560edb68a01a576f5d54dc Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 21 Feb 2023 21:35:29 +0100 Subject: [PATCH] passwd: Increase sync duration --- pkg/challenge/passwd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/challenge/passwd.sh b/pkg/challenge/passwd.sh index 6ada578..218dd7c 100755 --- a/pkg/challenge/passwd.sh +++ b/pkg/challenge/passwd.sh @@ -1,7 +1,7 @@ #!/bin/sh /usr/bin/passwd && { - for i in $(seq 20) + for i in $(seq 30) do echo -n . sleep 0.4