From 3ad445b56f76c6b228e5152401c6bc1453b15eaf Mon Sep 17 00:00:00 2001 From: Christian Klopp Date: Thu, 5 Apr 2018 15:44:35 +0200 Subject: [PATCH] another minor fix at backend docker script --- docker/configure-backend-and-start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/configure-backend-and-start b/docker/configure-backend-and-start index 1063bcf..01c2fe6 100755 --- a/docker/configure-backend-and-start +++ b/docker/configure-backend-and-start @@ -81,7 +81,7 @@ JQ_STRING=${JQ_STRING}' | (.plugins.openmtc_cse[] | select(.name == "NotificationHandler") | .disabled) |= '${ONEM2M_NOTIFICATION_DISABLED}' | (.plugins.openmtc_cse[] | select(.name == "MQTTTransportPlugin") | .disabled) |= '${ONEM2M_MQTT_TRANSPORT_DISABLED}' | (.plugins.openmtc_cse[] | select(.name == "MQTTTransportPlugin") | .config.port) |= '${ONEM2M_MQTT_TRANSPORT_PORT}' | - (.plugins.openmtc_cse[] | select(.name == "MQTTTransportPlugin") | .config.interface) |= '${ONEM2M_MQTT_TRANSPORT_INTERFACE}' + (.plugins.openmtc_cse[] | select(.name == "MQTTTransportPlugin") | .config.interface) |= "'${ONEM2M_MQTT_TRANSPORT_INTERFACE}'" ' cat ${CONFIG_FILE} | jq -M "${JQ_STRING}"> ${CONFIG_TEMP}