summaryrefslogtreecommitdiffstats
path: root/lib/container/list
diff options
context:
space:
mode:
authorSimon Spöhel <simon.spoehel@open-infrastructure.net>2017-07-09 14:00:34 +0000
committerSimon Spöhel <simon.spoehel@open-infrastructure.net>2017-07-09 15:14:45 +0000
commitc61068858b8ead1acda26fd20dde2e8b5be068aa (patch)
tree4b1eeb0369f709f5b7248d66474964c56f5af417 /lib/container/list
parentMaking container-tools use nspawn files. (diff)
downloadcompute-tools-c61068858b8ead1acda26fd20dde2e8b5be068aa.tar.xz
compute-tools-c61068858b8ead1acda26fd20dde2e8b5be068aa.zip
Merging sections for container-tools in nspawn file.
Diffstat (limited to 'lib/container/list')
-rwxr-xr-xlib/container/list2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/list b/lib/container/list
index 2e0bef7..9806cf8 100755
--- a/lib/container/list
+++ b/lib/container/list
@@ -329,7 +329,7 @@ do
if [ -e "${CONFIG}/${CONTAINER}.nspawn" ]
then
- CONTAINER_SERVER="$(crudini --get ${CONFIG}/${CONTAINER}.nspawn ContainerToolsStart cnt.container-server)"
+ CONTAINER_SERVER="$(crudini --get ${CONFIG}/${CONTAINER}.nspawn ContainerTools cnt.container-server)"
CONTAINER_SERVER="${CONTAINER_SERVER:-false}"
case "${CONTAINER_SERVER}" in