This is an automated email from the ASF dual-hosted git repository.
otto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron-bro-plugin-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new d5f2562 METRON-2004 Bro plugin kafka docker_execute_shell.sh workdir
should be unspecified (JonZeolla via ottobackwards) closes
apache/metron-bro-plugin-kafka#25
d5f2562 is described below
commit d5f2562d26579268ca29dd80c79e0f8af3318a0d
Author: JonZeolla <[email protected]>
AuthorDate: Fri Feb 15 09:22:33 2019 -0500
METRON-2004 Bro plugin kafka docker_execute_shell.sh workdir should be
unspecified (JonZeolla via ottobackwards) closes
apache/metron-bro-plugin-kafka#25
---
docker/scripts/docker_execute_shell.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/scripts/docker_execute_shell.sh
b/docker/scripts/docker_execute_shell.sh
index ff17a1a..f7c55de 100755
--- a/docker/scripts/docker_execute_shell.sh
+++ b/docker/scripts/docker_execute_shell.sh
@@ -75,5 +75,5 @@ echo "Running build_bro_plugin_docker with "
echo "CONTAINER_NAME = $CONTAINER_NAME"
echo "==================================================="
-docker exec -w /root -i -t "${CONTAINER_NAME}" bash
+docker exec -i -t "${CONTAINER_NAME}" bash