Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
influxdata-docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
influxdata
influxdata-docker
Commits
fce74eb6
Commit
fce74eb6
authored
4 weeks ago
by
karel rehor
Browse files
Options
Downloads
Patches
Plain Diff
chore: remove chronograf call in enterypoint.sh
parent
73c32c0c
Branches
matthew/fix-zero-length-tab-complete
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
chronograf/1.10/alpine/entrypoint.sh
+1
-1
1 addition, 1 deletion
chronograf/1.10/alpine/entrypoint.sh
with
1 addition
and
1 deletion
chronograf/1.10/alpine/entrypoint.sh
+
1
−
1
View file @
fce74eb6
...
...
@@ -12,5 +12,5 @@ fi
if
[
"
$(
id
-u
)
"
-ne
0
]
||
[
"
${
CHRONOGRAF_AS_ROOT
}
"
=
"true"
]
;
then
exec
"
$@
"
else
exec
setpriv
--reuid
chronograf
--regid
chronograf
--init-groups
chronograf
"
$@
"
exec
setpriv
--reuid
chronograf
--regid
chronograf
--init-groups
"
$@
"
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment