beremiz
Clone
Summary
Browse
Changes
Graph
Generate warning instead of Exception if CTNMaxCount is exceeded for a confnode
python3
2023-02-06, GP Orcullo
29bc2bebf1d4
file is
Executable
Generate warning instead of Exception if CTNMaxCount is exceeded for a confnode
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER