Style check

This commit is contained in:
divanik 2024-08-13 15:10:56 +00:00
parent b5f7875f57
commit 7ebb6efb2e

View File

@ -73,7 +73,7 @@ sleep 0.1
for i in {1..10}
do
if [ $(${CLICKHOUSE_CLIENT} --query="SELECT count() FROM system.mutations WHERE database = '$CLICKHOUSE_DATABASE' and table = 'mutations_cleaner'") -eq 2 ]; then
if [ "$(${CLICKHOUSE_CLIENT} --query="SELECT count() FROM system.mutations WHERE database = '$CLICKHOUSE_DATABASE' and table = 'mutations_cleaner'")" -eq 2 ]; then
break
fi