diff options
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 "") |