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/auto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libexec/container/auto') diff --git a/libexec/container/auto b/libexec/container/auto index 927eae0..461e67d 100755 --- a/libexec/container/auto +++ b/libexec/container/auto @@ -109,6 +109,12 @@ case "${FORCE}" in ;; esac +case "${ACTION}" in + stop) + OPTIONS="${OPTIONS} -f" + ;; +esac + for FILE in "${CONFIG}"/*.conf do if grep -Eqs "^ *cnt.auto=force-true" "${FILE}" -- cgit v1.2.3