From 74dff404b8c2cdb44d55d5de97ffc4c90321d462 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Mon, 1 Jun 2026 20:26:32 -0400 Subject: [PATCH] =?UTF-8?q?output:=20docker=5Fcontainer=5Fstop=20=E2=80=94?= =?UTF-8?q?=20success=20status=20line=20visible=20(was=20log-only)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Docker_Essentials/docker_container_stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker_Essentials/docker_container_stop.sh b/Docker_Essentials/docker_container_stop.sh index d829c6d..9c8a3e9 100755 --- a/Docker_Essentials/docker_container_stop.sh +++ b/Docker_Essentials/docker_container_stop.sh @@ -249,7 +249,7 @@ echo "$ICON_CONTAINERS Scope: ${#RUNNING[@]} running → ${#STOPPED[@]} stop if [[ "$DRY_RUN" == true ]]; then warn "DRY RUN — no containers stopped" elif [[ ${#FAILED[@]} -eq 0 ]]; then - log "$ICON_DONE Status: done ✅ — ${#STOPPED[@]} container(s) stopped" + echo "$ICON_DONE Status: done ✅ — ${#STOPPED[@]} container(s) stopped" else warn "Status: ${#FAILED[@]} container(s) could not be stopped" fi