output: docker_container_stop — success status line visible (was log-only)

This commit is contained in:
Gmer4Lfe
2026-06-01 20:26:32 -04:00
parent d8c456a8c9
commit 74dff404b8
+1 -1
View File
@@ -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