diff --git a/common.sh b/common.sh index 94542f9..144124a 100644 --- a/common.sh +++ b/common.sh @@ -120,7 +120,7 @@ stop_containers() { RUNNING_CONTAINERS=() for c in "${CRITICAL_CONTAINER_NAMES[@]}"; do - info "Checking container: $c" + log "Checking container: $c" STATUS=$(ssh -i "$SSH_KEY" root@"$REMOTE_SERVER" \ "docker inspect -f '{{.State.Running}}' $c 2>/dev/null" || echo "false")