From 3ff790bc8d2aec91d79f239712f888dcbdfdb0c1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 11 Jan 2019 06:41:20 +0100 Subject: Adding verbose output when using '-n ALL' options with container commands. Signed-off-by: Daniel Baumann --- lib/container/remove | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/container/remove') diff --git a/lib/container/remove b/lib/container/remove index 6244233..7b59ed1 100755 --- a/lib/container/remove +++ b/lib/container/remove @@ -125,6 +125,12 @@ case "${NAME}" in for NAME in ${NAMES} do + case "${VERBOSE}" in + true) + echo "Removing container ${NAME}..." + ;; + esac + container remove --name ${NAME} ${OPTIONS_ALL} || true done -- cgit v1.2.3