This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
influxdb
mirror of
https://github.com/influxdata/influxdb.git
Watch
1
Star
0
Fork
You've already forked influxdb
0
Code
Issues
Projects
Releases
Wiki
Activity
6c3f1a05b9
influxdb
/
docker
/
influxd
/
entrypoint.sh
9 lines
88 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-e
if
[
"
${
1
:
0
:
1
}
"
=
'-'
]
;
then
set
-- influxd
"
$@
"
fi
exec
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink