diff --git a/modules/distribution/src/core/bin/iot-server.sh b/modules/distribution/src/core/bin/iot-server.sh index 03c1f31a..b464f195 100755 --- a/modules/distribution/src/core/bin/iot-server.sh +++ b/modules/distribution/src/core/bin/iot-server.sh @@ -337,6 +337,7 @@ do -Diot.apimstore.https.port="9443" \ -Dmqtt.broker.https.port="9446" \ -Denable-api-scopes-sharing="true" \ + -Dagent-bundle="org.wso2.carbon.emm.mdmagent" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? done