summaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src/main/resources/misc/havecert.tmpl
blob: e2389868e7072fb2e8993c087b8146be9ea990f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
cat <<!EOF
TZ=GMT0
cd /opt/app/datartr;
if [ -f ${DRTR_PROV_KSTOREFILE:-etc/keystore} ]
then
	exit 0
fi
echo `date '+%F %T,000'` WARN Certificate file "${DRTR_PROV_KSTOREFILE:-etc/keystore}" is missing >>${DRTR_PROV_LOGS:-logs}/provint.log
exit 1
!EOF