Commit 5622553
authored
smf: update PATH for clustered clickhouse. (#9284)
We put the clickhouse binary in /opt/oxide/clickhouse for single-node
clickhouse, but in /opt/oxide/clickhouse_server for clustered
clickhouse. This patch adds the latter path to $PATH so that the
clickhouse binary is in the path for both single-node and clustered
clickhouse topologies.
@bnaecker, do you know if I made this change in the right place? Full
disclosure: I just looked around the codebase for lines that add
clickhouse binaries to PATH and guessed that this did the right thing.1 parent 6510e87 commit 5622553
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments