Fix container config files directory path
TrivialFix Change-Id: I94dd94b1e64a6a844497e551a66e7279de636f90
This commit is contained in:
parent
e09e20cdbe
commit
f2f269125d
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
# Processing /opt/kolla/config_files/config.json as root. This is necessary
|
# Processing /var/lib/kolla/config_files/config.json as root. This is necessary
|
||||||
# to permit certain files to be controlled by the root user which should
|
# to permit certain files to be controlled by the root user which should
|
||||||
# not be writable by the dropped-privileged user, especially /run_command
|
# not be writable by the dropped-privileged user, especially /run_command
|
||||||
sudo -E kolla_set_configs
|
sudo -E kolla_set_configs
|
||||||
|
Loading…
Reference in New Issue
Block a user