Skip to content

Commit 6b4487f

Browse files
authored
Use dc variable in clickhouse step (#3658)
1 parent 53412bb commit 6b4487f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade-clickhouse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
echo "${_group}Upgrading Clickhouse ..."
22

33
# First check to see if user is upgrading by checking for existing clickhouse volume
4-
if docker compose ps -a | grep -q clickhouse; then
4+
if $dc ps -a | grep -q clickhouse; then
55
# Start clickhouse if it is not already running
66
$dc up --wait clickhouse
77

0 commit comments

Comments
 (0)