From b96507a77da860685cacede2b9b77b311bcd4ef7 Mon Sep 17 00:00:00 2001 From: Yohan Avishke Date: Wed, 26 Feb 2020 15:42:52 +0530 Subject: [PATCH] Add IOS agent's bundle id to iot-server.sh --- modules/distribution/src/core/bin/iot-server.sh | 1 + 1 file changed, 1 insertion(+) 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