json2collectdmqtt: fix entrypoint
This commit is contained in:
parent
b5fc1e110c
commit
0194837952
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ if [[ -n "${MQTT_SERVER}" ]]; then
|
|||
JSON2COLLECTDMQTT_ARGS="${JSON2COLLECTDMQTT_ARGS} --server ${MQTT_SERVER}";
|
||||
fi
|
||||
|
||||
exec json2collectdmqtt
|
||||
exec json2collectdmqtt start
|
Loading…
Reference in a new issue