diff --git a/docker/base/start.sh b/docker/base/start.sh index a39380f7ea..d75a885f3b 100644 --- a/docker/base/start.sh +++ b/docker/base/start.sh @@ -1,7 +1,7 @@ #!/bin/bash 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 # not be writable by the dropped-privileged user, especially /run_command sudo -E kolla_set_configs