Skip to content

Commit fce74eb

Browse files
committed
chore: remove chronograf call in enterypoint.sh
1 parent 73c32c0 commit fce74eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chronograf/1.10/alpine/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ fi
1212
if [ "$(id -u)" -ne 0 ] || [ "${CHRONOGRAF_AS_ROOT}" = "true" ]; then
1313
exec "$@"
1414
else
15-
exec setpriv --reuid chronograf --regid chronograf --init-groups chronograf "$@"
15+
exec setpriv --reuid chronograf --regid chronograf --init-groups "$@"
1616
fi

0 commit comments

Comments
 (0)