Update clickhouse-install.sh

This commit is contained in:
CanbiZ (MickLesk)
2026-04-15 14:56:58 +02:00
parent b2e57d23fe
commit 443481f7e6

View File

@@ -24,7 +24,7 @@ EOF
systemctl restart clickhouse-server
msg_ok "Configured ClickHouse"
if [[ "$CLICKSTACK" == "yes" ]]; then
if [[ "${CLICKSTACK:-}" == "yes" ]]; then
msg_info "Installing Dependencies"
$STD apt install -y \
build-essential \