1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

replace hexdump (#250)

This commit is contained in:
Felix Bartels 2019-10-05 22:56:12 +02:00 committed by GitHub
parent 4ae6af33fb
commit 1de183766d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ fqdn_to_dn() {
}
random_string() {
hexdump -n 16 -v -e '/1 "%02X"' /dev/urandom
LC_CTYPE=C tr -dc 'a-zA-Z0-9' < /dev/urandom | head -c32
}
LANG_OPTIONS=("de-at" "de-ch" "de-de" "en" "en-gb" "es" "fr" "it" "nl" "pl-pl")