Skip to content
Snippets Groups Projects
Commit 05ec1903 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Well, that killed the readline functionality... let us get that back.

parent 27e99040
No related branches found
No related tags found
No related merge requests found
...@@ -35,12 +35,13 @@ function cleanup ...@@ -35,12 +35,13 @@ function cleanup
function geth_attach function geth_attach
{ {
bfaconfig node bfaconfig node
local cat=cat # local cat=cat
if echo $- | grep -q x # if echo $- | grep -q x
then # then
cat="tee /dev/tty |" # cat="tee /dev/tty |"
fi # fi
$cat | geth --cache 0 "$@" attach ipc:${BFANODEDIR}/geth.ipc # $cat |
geth --cache 0 "$@" attach ipc:${BFANODEDIR}/geth.ipc
} }
function geth_exec_file function geth_exec_file
......
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