We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8088530 + 6d93108 commit 2723a0fCopy full SHA for 2723a0f
influxdb/3.0-core/entrypoint.sh
@@ -3,6 +3,10 @@ set -euo pipefail
3
4
args=("${@}")
5
6
+if [[ "${args[0]:-}" == serve ]] ; then
7
+ args=(influxdb3 "${args[@]}")
8
+fi
9
+
10
if [[ "${args[0]:-}" =~ ^- ]] ; then
11
args=(influxdb3 serve "${args[@]}")
12
fi
influxdb/3.0-enterprise/entrypoint.sh
0 commit comments