#!/bin/bash
{
  python /delphi_chartmetric/endpoints/fan_metrics.py &&
  echo "Process Success"
  exit 0
} ||
{
  echo "Process Failed"
  exit 1
}