blob: e2389868e7072fb2e8993c087b8146be9ea990f9 [file] [log] [blame]
sg481naaf2df82017-08-03 17:56:38 -04001#!/bin/bash
2cat <<!EOF
3TZ=GMT0
4cd /opt/app/datartr;
5if [ -f ${DRTR_PROV_KSTOREFILE:-etc/keystore} ]
6then
7 exit 0
8fi
9echo `date '+%F %T,000'` WARN Certificate file "${DRTR_PROV_KSTOREFILE:-etc/keystore}" is missing >>${DRTR_PROV_LOGS:-logs}/provint.log
10exit 1
11!EOF