aboutsummaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src/main/resources/misc/havecert.tmpl
diff options
context:
space:
mode:
authoreronkeo <ronan.keogh@ericsson.com>2018-08-10 15:04:19 +0100
committereronkeo <ronan.keogh@ericsson.com>2018-08-10 16:48:54 +0100
commit4261823d84c2b911b68cdf4cb4dc3be429ebe285 (patch)
treeccf8ac98bb48e347540fe4236d2a15672fd61ae4 /datarouter-prov/src/main/resources/misc/havecert.tmpl
parent13639e1b05d8c8b5b1e9efd543573834501aefaa (diff)
datarouter-prov code clean - remove tabs
Change-Id: Ibdb9f871ae5226abbb658f5a6139224981f05071 Issue-ID: DMAAP-581 Signed-off-by: eronkeo <ronan.keogh@ericsson.com>
Diffstat (limited to 'datarouter-prov/src/main/resources/misc/havecert.tmpl')
-rw-r--r--datarouter-prov/src/main/resources/misc/havecert.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/datarouter-prov/src/main/resources/misc/havecert.tmpl b/datarouter-prov/src/main/resources/misc/havecert.tmpl
index e2389868..d4968016 100644
--- a/datarouter-prov/src/main/resources/misc/havecert.tmpl
+++ b/datarouter-prov/src/main/resources/misc/havecert.tmpl
@@ -4,7 +4,7 @@ TZ=GMT0
cd /opt/app/datartr;
if [ -f ${DRTR_PROV_KSTOREFILE:-etc/keystore} ]
then
- exit 0
+ 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