Fix the config initialization on container restart (#10458)

This commit is contained in:
Valdemar 2020-12-03 22:03:00 +02:00 committed by GitHub
parent 813e18774e
commit 2cd017b7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ echo "$(date -Is) startup service $SERVICE"
# We put all the config in /tmp/conf to allow for a
# read-only root filesystem
mkdir -p /tmp/conf/
test -d /tmp/conf/druid && rm -r /tmp/conf/druid
cp -r /opt/druid/conf/druid /tmp/conf/druid
getConfPath() {