CodeCommitsIssuesPull requestsActionsInsightsSecurity
80bcaaacf27b831d2e5e29647832293acf2ad9de

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#