From 88cebb030cfc289a3ed3da13b2addff82b31bf92 Mon Sep 17 00:00:00 2001 From: Dominic Evans Date: Mon, 13 Sep 2021 15:02:43 +0100 Subject: [PATCH] chore: delete legacy vagrant script I don't believe this is inuse by anything/anyone so can be deleted. --- vagrant/boot_cluster.sh | 44 ----------------------------------------- 1 file changed, 44 deletions(-) delete mode 100755 vagrant/boot_cluster.sh diff --git a/vagrant/boot_cluster.sh b/vagrant/boot_cluster.sh deleted file mode 100755 index c817fce91..000000000 --- a/vagrant/boot_cluster.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh - -set -ex - -# Launch and wait for toxiproxy -${REPOSITORY_ROOT}/vagrant/run_toxiproxy.sh & -while ! nc -q 1 localhost 2185 &2 - find "${KAFKA_INSTALL_ROOT}/kafka-${KAFKA_PORT}" -name "server.log" -print0 | xargs -0 --no-run-if-empty tail -256 - exit ${RC} -fi