mosquitto/docker/1.6/docker-entrypoint.sh

5 lines
29 B
Bash
Raw Normal View History

2019-04-26 21:05:26 +00:00
#!/bin/ash
set -e
exec "$@"