overflow_gateway_probe/_docker/bin/docker-entrypoint.sh

7 lines
82 B
Bash
Raw Normal View History

2017-11-23 10:33:19 +00:00
#!/bin/sh
set -e
/opt/bin/overflow_gateway_probe -config=/opt/config/
exec "$@"