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/start | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/container/start') diff --git a/lib/container/start b/lib/container/start index 31ed47e..d73e328 100755 --- a/lib/container/start +++ b/lib/container/start @@ -106,6 +106,12 @@ case "${NAME}" in for NAME in ${NAMES} do + case "${VERBOSE}" in + true) + echo "Starting container ${NAME}..." + ;; + esac + container start --name ${NAME} ${OPTIONS_ALL} || true done -- cgit v1.2.3