CodeCommitsIssuesPull requestsActionsInsightsSecurity
cd059bab9ac8c082439bf1030fcfd0d647ba95f2

Branches

Tags

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

Clone

HTTPS

Download ZIP

debian/clickhouse-client.postinst

8lines · modecode

1#!/bin/sh
2set -e
3
4CLICKHOUSE_USER=${CLICKHOUSE_USER=clickhouse}
5
6mkdir -p /etc/clickhouse-client/conf.d
7
8#DEBHELPER#