Update clickhouse-install.sh
This commit is contained in:
@@ -24,7 +24,7 @@ EOF
|
|||||||
systemctl restart clickhouse-server
|
systemctl restart clickhouse-server
|
||||||
msg_ok "Configured ClickHouse"
|
msg_ok "Configured ClickHouse"
|
||||||
|
|
||||||
if [[ "$CLICKSTACK" == "yes" ]]; then
|
if [[ "${CLICKSTACK:-}" == "yes" ]]; then
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt install -y \
|
$STD apt install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|||||||
Reference in New Issue
Block a user