Skip to content

Commit 1c24914

Browse files
Fixed wrong merge
1 parent 9518ce8 commit 1c24914

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/kill.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#!/bin/bash
22

3-
<<<<<<< HEAD
4-
kill `jps | grep "1.0.0.SLEUTH_DOCS.jar" | cut -d " " -f 1`
5-
kill `jps | grep "zipkin.jar" | cut -d " " -f 1`
6-
docker-compose kill || echo "Failed to kill docker compose started apps"
7-
=======
83
kill `jps | grep "1.0.0.SLEUTH_DOCS.jar" | cut -d " " -f 1` || echo "No apps running"
94
kill `jps | grep "zipkin.jar" | cut -d " " -f 1` || echo "No zipkin running"
105
docker ps -a -q | xargs -n 1 -P 8 -I {} docker stop {} || echo "No docker containers running"
11-
>>>>>>> c80fe9e... Please work

0 commit comments

Comments
 (0)