CodeCommitsIssuesPull requestsActionsInsightsSecurity
5e2cc37381ca7fcd54b43059a2a65caf8ad4bc6f

Branches

Tags

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

Clone

HTTPS

Download ZIP

debian/clickhouse-client.postinst

8lines · modepreview

#!/bin/sh
set -e

CLICKHOUSE_USER=${CLICKHOUSE_USER=clickhouse}

mkdir -p /etc/clickhouse-client/conf.d

#DEBHELPER#