mirror of https://github.com/apache/druid.git
Fix the config initialization on container restart (#10458)
This commit is contained in:
parent
813e18774e
commit
2cd017b7aa
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue