summaryrefslogtreecommitdiffstats
path: root/libexec/container/remove
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/container/remove')
-rwxr-xr-xlibexec/container/remove4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/container/remove b/libexec/container/remove
index 03303a7..4cb5d48 100755
--- a/libexec/container/remove
+++ b/libexec/container/remove
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2014-2021 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# SPDX-License-Identifier: GPL-3.0+
#
@@ -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
;;
*)