fix owner on ocis config files

This commit is contained in:
Willy Kloucek
2022-05-03 15:31:44 +02:00
parent 771bfb6c6b
commit 2be54a8c54

View File

@@ -2620,6 +2620,7 @@ def copyConfigs():
# ocis proxy config
"mkdir -p /etc/ocis",
"cp %s/ocis/proxy.yaml /etc/ocis/proxy.yaml" % (PARALLEL_DEPLOY_CONFIG_PATH),
"chown -R 33:33 /etc/ocis",
# oc10 configs
"mkdir -p /etc/templates",
"mkdir -p /etc/pre_server.d",