mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 12:52:37 +00:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# workaround for https://github.com/bitnami/containers/issues/73310
|
|
touch /tmp/.openldap-initialized
|