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
function geth_attach
{
bfaconfig node
local cat=cat
if echo $- | grep -q x
then
cat="tee /dev/tty |"
fi
$cat | geth --cache 0 "$@" attach ipc:${BFANODEDIR}/geth.ipc
# local cat=cat
# if echo $- | grep -q x
# then
# cat="tee /dev/tty |"
# fi
# $cat |
geth --cache 0 "$@" attach ipc:${BFANODEDIR}/geth.ipc
}
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