CodeCommitsIssuesPull requestsActionsInsightsSecurity
4ertus2-bugs

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

debian/clickhouse-client.postinst

9lines · modecode

1#!/bin/sh
2set -e
3
4CLICKHOUSE_USER=${CLICKHOUSE_USER=clickhouse}
5
6mkdir -p /etc/clickhouse-client/conf.d
7
8# user created by clickhouse-server package
9chown -R ${CLICKHOUSE_USER} /etc/clickhouse-client || true