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
}
function startZipkin {
if [ ! -d zipkin ]
if [ ! -d zipkin ] || [ ! -f zipkin/zipkin.jar ]
then
mkdir zipkin
cd zipkin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment