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

Kill correct process

parent abe0c5b8
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ function startZipkin {
cd zipkin
fi
java -Xmx6g -jar zipkin.jar &> zipkin.txt &
pid=$1
pid=$!
sleep 5
cd ..
}
......
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