Skip to content
Snippets Groups Projects
Commit fce74eb6 authored by karel rehor's avatar karel rehor
Browse files

chore: remove chronograf call in enterypoint.sh

parent 73c32c0c
Branches matthew/fix-zero-length-tab-complete
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment