remove usage of missing config folder

fix #812
This commit is contained in:
Felix Böhm
2020-11-09 15:53:16 +01:00
committed by GitHub
parent a627a405bd
commit abbdf80457

View File

@@ -9,11 +9,6 @@ mkdir -p /var/log/ocis
(/wait-for-mgm; /setup > /var/log/ocis/setup.log; cat /var/log/ocis/setup.log ) &
echo "----- [ocis] DOMAIN setup -----"
echo "Domain / IP: $OCIS_DOMAIN"
mkdir -p /etc/ocis
sed -e "s|@IPADDR@|${OCIS_DOMAIN}|g" /config/identifier-registration.yml.tmpl > /etc/ocis/identifier-registration.yml
# TODO do we still need to precreate this folder?
mkdir -p /var/tmp/reva