Skip to content

Commit bc31104

Browse files
committed
Merge branch 'master' into develop
2 parents 8c1f74d + e483679 commit bc31104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker_entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ randomhex() {
66
if [ -z "${size}" ]; then
77
size=32
88
fi
9-
local val=$(hexdump -e '4/4 "%08x"' -n${size} /dev/random)
9+
local val=$(hexdump -e '4/4 "%08x"' -n${size} /dev/urandom)
1010
echo ${val}
1111
}
1212

0 commit comments

Comments
 (0)