#!/usr/bin/env bash set -euo pipefail ROOT_DIR="$(cd "$(dirname "$0")" && pwd)" exec bash "$ROOT_DIR/scripts/linux/upgrade_live_console.sh" "$@"