Browse Source

wrapper.sh logfile check fix

pull/1471/head
Greg Szabo 6 years ago
parent
commit
9ba208c1f5
1 changed files with 1 additions and 1 deletions
  1. +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" "$@"


Loading…
Cancel
Save