CodeCommitsIssuesPull requestsActionsInsightsSecurity
9c681241109b0ff31ce0a63dc920b3b066309314

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#