diff options
author | Simon Spöhel <simon.spoehel@open-infrastructure.net> | 2017-07-09 14:00:34 +0000 |
---|---|---|
committer | Simon Spöhel <simon.spoehel@open-infrastructure.net> | 2017-07-09 15:14:45 +0000 |
commit | c61068858b8ead1acda26fd20dde2e8b5be068aa (patch) | |
tree | 4b1eeb0369f709f5b7248d66474964c56f5af417 /lib/container/list | |
parent | Making container-tools use nspawn files. (diff) | |
download | compute-tools-c61068858b8ead1acda26fd20dde2e8b5be068aa.tar.xz compute-tools-c61068858b8ead1acda26fd20dde2e8b5be068aa.zip |
Merging sections for container-tools in nspawn file.
Diffstat (limited to 'lib/container/list')
-rwxr-xr-x | lib/container/list | 2 |
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 |