From e8165c45c9455d0e55e61f0ff8b8fdaf042ce435 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Fri, 27 Jul 2018 17:45:29 -0300
Subject: [PATCH] Transfer command line arguments for attach.sh to libbfa

---
 bin/attach.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/attach.sh b/bin/attach.sh
index 6abfd77..41ade79 100755
--- a/bin/attach.sh
+++ b/bin/attach.sh
@@ -4,4 +4,4 @@
 if [ -z "${BFAHOME}" ]; then echo "\$BFAHOME not set. Did you source bfa/bin/env ?" >&2; exit 1; fi
 source ${BFAHOME}/bin/libbfa.sh || exit 1
 
-geth_attach
+geth_attach "$@"
-- 
GitLab