This website requires JavaScript.
Explore
Help
Sign In
dom
/
telegraf
Watch
1
Star
0
Fork
You've already forked telegraf
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7ef1d53551
telegraf
/
scripts
/
docker-entrypoint.sh
9 lines
89 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-e
if
[
"
${
1
:
0
:
1
}
"
=
'-'
]
;
then
set
-- telegraf
"
$@
"
fi
exec
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink