#!/usr/bin/env bash set -euo pipefail ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd) cd "$ROOT_DIR" echo "🔧 Ensuring scripts are executable..." chmod +x elizabeth/deployment_configs/serve_vllm_no_steering.sh || true chmod +x elizabeth/deployment_configs/elizabeth_cli_wrapper.sh || true echo "🚀 Starting supervisord..." exec supervisord -c supervisord.conf