output: docker_container_stop — success status line visible (was log-only)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user