summaryrefslogtreecommitdiffstats
path: root/libexec/container/remove
diff options
context:
space:
mode:
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
;;
*)