Skip to content

Commit 80b1844

Browse files
Merge pull request #180 from peter279k/fix_tail_log_path
Fix the log path when running the tail command
2 parents 3a892de + 11527d9 commit 80b1844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/hardware.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ trap finish EXIT
3030

3131
echo "Waiting for clickhouse-server to start"
3232

33-
tail -n+0 -f /clickhouse-benchmark/server.log | grep --max-count 1 'Ready for connections'
33+
tail -n+0 -f ./server.log | grep --max-count 1 'Ready for connections'
3434

3535
for i in {1..300}; do
3636
sleep 1

0 commit comments

Comments
 (0)