summaryrefslogtreecommitdiffstats
path: root/libexec/container/remove
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-05 08:27:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-02 12:20:18 +0000
commit9db77a709691e8fed8ef49fac8bd4cf90c632e51 (patch)
tree04e22480650af2787c388d8eacc791e68eb30c18 /libexec/container/remove
parentReleasing debian version 20220604-1. (diff)
downloadopen-infrastructure-compute-tools-9db77a709691e8fed8ef49fac8bd4cf90c632e51.tar.xz
open-infrastructure-compute-tools-9db77a709691e8fed8ef49fac8bd4cf90c632e51.zip
Merging upstream version 20220605.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libexec/container/remove')
-rwxr-xr-xlibexec/container/remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/container/remove b/libexec/container/remove
index 86f237d..4cb5d48 100755
--- a/libexec/container/remove
+++ b/libexec/container/remove
@@ -150,7 +150,7 @@ case "${STATE}" in
case "${ALLOW_STOP}" in
true)
echo "'${NAME}': container is started, stopping it now" >&2
- ${PROGRAM} stop -n ${NAME}
+ ${PROGRAM} stop -n ${NAME} -f
;;
*)