#!/usr/bin/env bash set -o pipefail '{{ healthcheck_install_root }}/{{ healthcheck_profiles[healthcheck_profile] }}' 2>&1 | tee -a '{{ healthcheck_log_dir }}/healthcheck.log' exit "${PIPESTATUS[0]}"