Skip to content
Snippets Groups Projects
Commit 7214b5c5 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Download zipkin also if folder exists

parent 9f325cbf
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ EOF ...@@ -80,7 +80,7 @@ EOF
} }
function startZipkin { function startZipkin {
if [ ! -d zipkin ] if [ ! -d zipkin ] || [ ! -f zipkin/zipkin.jar ]
then then
mkdir zipkin mkdir zipkin
cd zipkin cd zipkin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment