#!/bin/bash

pm2 describe roar-agent > /dev/null
RUNNING=$?
if [ "${RUNNING}" -ne 0 ]; then
  {CMD}
fi;
