summaryrefslogtreecommitdiffstats
path: root/ms/generic-resource-api/src/main/resources/startGra.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ms/generic-resource-api/src/main/resources/startGra.sh')
-rw-r--r--ms/generic-resource-api/src/main/resources/startGra.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/generic-resource-api/src/main/resources/startGra.sh b/ms/generic-resource-api/src/main/resources/startGra.sh
index 4507c43..e007a52 100644
--- a/ms/generic-resource-api/src/main/resources/startGra.sh
+++ b/ms/generic-resource-api/src/main/resources/startGra.sh
@@ -67,7 +67,7 @@ then
fi
if [ ! -f ${SDNC_CERT_DIR}/${TRUSTSTORE} ]; then
- echo "${SDNC_CERT_DIR}/${TRUSTSTORE} not found ... cannot install ONAP CA certs"
+ echo "${SDNC_CERT_DIR}/${TRUSTSTORE} not found ... skipping ONAP CA cert installation"
elif [ -z "$TRUSTSTORE_PASSWORD" ]; then
echo "TRUSTSTORE_PASSWORD unset - cannot install ONAP CA certs"
else