beremiz

MQTT: Stop publish thread properly on PLC stop

23 months ago, Edouard Tisserant
78f9abfb32a0
file isExecutable
MQTT: Stop publish thread properly on PLC stop
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER