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/stop | |
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/stop')
-rwxr-xr-x | lib/container/stop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/stop b/lib/container/stop index 0e3b635..b9fa506 100755 --- a/lib/container/stop +++ b/lib/container/stop @@ -176,7 +176,7 @@ case "${CLEAN}" in fi # Removing network configuration - NETWORK_VETH_EXTRA_CONF="$(crudini --get ${CONFIG}/${NAME}.nspawn ContainerToolsStart network-veth-extra)" + NETWORK_VETH_EXTRA_CONF="$(crudini --get ${CONFIG}/${NAME}.nspawn ContainerTools network-veth-extra)" case "${NETWORK_VETH_EXTRA_CONF}" in "") |