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