Skip to content

Commit 8d647dc

Browse files
author
Gabriel Monroy
committed
fix(controller): safe_mkdir /deis/domains as part of init
1 parent 14e0ad9 commit 8d647dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controller/bin/boot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ etcd_set_default registrationEnabled 1
3939
etcd_set_default webEnabled 0
4040
# create path for application metadata
4141
etcd_safe_mkdir /deis/services
42+
etcd_safe_mkdir /deis/domains
4243

4344
# wait for confd to run once and install initial templates
4445
until confd -onetime -node $ETCD -config-file /app/confd.toml 2>/dev/null; do

0 commit comments

Comments
 (0)