mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-07-15 22:15:45 +00:00
replace hexdump (#250)
This commit is contained in:
parent
4ae6af33fb
commit
1de183766d
2
setup.sh
2
setup.sh
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user