beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
22 months ago, Edouard Tisserant
65aae40f81dd
file is
Executable
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER