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.
1 parent 5c32fb0 commit 6d93108Copy full SHA for 6d93108
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