Skip to content

Commit 7a020f3

Browse files
committed
echo
1 parent 6a20399 commit 7a020f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_s3_test_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
for i in $(seq 1 360);
1919
do
2020
echo $i
21-
docker_finish_logs=$(docker logs $container_name 2>/dev/null | grep -m 1 'FINISHED SETTING UP MINIO' || '')
21+
docker_finish_logs=$(docker logs $container_name 2>/dev/null | grep -m 1 'FINISHED SETTING UP MINIO' || echo '')
2222
echo $docker_finish_logs
2323
if [ ! -z "${docker_finish_logs}" ]; then
2424
echo "Started! Break"

0 commit comments

Comments
 (0)