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