Skip to content

Commit

Permalink
Fix clickhouse zone path
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Feb 29, 2024
1 parent ef8cb9c commit c3a5a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smf/profile/profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ case "$HOSTNAME" in
oxz_crucible*)
PATH+=:/opt/oxide/crucible/bin
;;
oxz_clockhouse*)
PATH+=:/opt/oxide/clickhouse
oxz_clickhouse*)
PATH+=:/opt/oxide/clickhouse:/opt/oxide/clickhouse_keeper
;;
oxz_external_dns*|oxz_internal_dns*)
PATH+=:/opt/oxide/dns-server/bin
Expand Down

0 comments on commit c3a5a7a

Please sign in to comment.