diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-24 18:45:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-24 18:55:55 +0000 |
commit | f36095ed361afeaad2f44720ada816ec3bee7cb6 (patch) | |
tree | f456942861d9aaa471e870573ce2c3932fb30c48 /libexec/container | |
parent | Releasing progress-linux version 20210630-1. (diff) | |
download | open-infrastructure-compute-tools-f36095ed361afeaad2f44720ada816ec3bee7cb6.tar.xz open-infrastructure-compute-tools-f36095ed361afeaad2f44720ada816ec3bee7cb6.zip |
Merging upstream version 20210724.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libexec/container')
-rwxr-xr-x | libexec/container/stop | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/container/stop b/libexec/container/stop index 58fc0e9..4310a35 100755 --- a/libexec/container/stop +++ b/libexec/container/stop @@ -271,6 +271,8 @@ case "${FORCE}" in do ip link delete ${VETH} > /dev/null 2>&1 || true done + + rm -f "${MACHINES}/.#${NAME}.lck" ;; esac |