datarouter-prov code clean - remove tabs
[dmaap/datarouter.git] / datarouter-prov / src / main / resources / misc / havecert.tmpl
index e238986..d496801 100644 (file)
@@ -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