This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
wrapper.sh logfile check fix
pull/1471/head
Greg Szabo
7 years ago
parent
6ce6b20993
commit
9ba208c1f5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
networks/local/localnode/wrapper.sh
+ 1
- 1
networks/local/localnode/wrapper.sh
View File
@ -25,7 +25,7 @@ fi
##
export
TMHOME
=
"
/tendermint/node
${
ID
}
"
if
[
-d
"
${
TMHOME
}
/
${
LOG
}
"
]
;
then
if
[
-d
"
`dirname
${
TMHOME
}
/
${
LOG
}
`
"
]
;
then
"
$BINARY
"
"
$@
"
|
tee
"
${
TMHOME
}
/
${
LOG
}
"
else
"
$BINARY
"
"
$@
"
Write
Preview
Loading…
Cancel
Save