#!/usr/bin/env bash
# No-op: install.sh owns system-level setup (netdata/grafana); never auto-run from deckctl.
set -euo pipefail

echo "bootstrap: monitor uses install.sh for system setup (netdata/grafana); run manually — not invoked from deckctl bootstrap"
exit 0
