From 7a79c39b628773f5885df1c5daac9c0bab94f3e7 Mon Sep 17 00:00:00 2001 From: "tcdlpds@gmail.com" Date: Tue, 19 May 2020 14:23:36 +0530 Subject: [PATCH] Change --- modules/distribution/src/core/bin/iot-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/distribution/src/core/bin/iot-server.sh b/modules/distribution/src/core/bin/iot-server.sh index 097ad356..df71b872 100755 --- a/modules/distribution/src/core/bin/iot-server.sh +++ b/modules/distribution/src/core/bin/iot-server.sh @@ -339,7 +339,7 @@ do -Denable-api-scopes-sharing="true" \ -Dagent-bundle="org.wso2.carbon.emm.mdmagent" \ -Diot.reporting.event.host="" \ - -Diot.reporting.webapp.endpoint="" \ + -Diot.reporting.webapp.host="" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? done