Commit ae52b58c by Chavee Issariyapat

add VERNEMQ_BRIDGE_TRY_PRIVATE

parent 11a47d8a
......@@ -139,6 +139,12 @@ EOF
echo "vmq_bridge.tcp.br0.topic.4 = ${VERNEMQ_BRIDGE_TOPIC4}" >> /etc/vernemq/vernemq.conf
fi
if env | grep -q "VERNEMQ_BRIDGE_TRY_PRIVATE"; then
echo "vmq_bridge.tcp.br0.try_private = ${VERNEMQ_BRIDGE_TRY_PRIVATE}" >> /etc/vernemq/vernemq.conf
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment