mirror of
https://github.com/11notes/docker-telegraf.git
synced 2025-10-23 08:12:14 +00:00
7 lines
122 B
Bash
7 lines
122 B
Bash
#!/bin/ash
|
|
if [ -z "${1}" ]; then
|
|
set -- "telegraf" \
|
|
--config ${APP_ROOT}/etc/telegraf.conf
|
|
fi
|
|
|
|
exec "$@" |