From a6b3dc088b186db8a43349dc86853c35b1b05530 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 Jun 2022 08:22:39 +0200 Subject: Renaming force option in container stop command to kill in order to properly separate the three different stop modi (interactive, force, kill). Signed-off-by: Daniel Baumann --- libexec/container/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/container/remove') 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 ;; *) -- cgit v1.2.3