mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-30 12:47:10 +00:00
wrapper.sh logfile check fix
This commit is contained in:
@@ -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" "$@"
|
||||
|
||||
Reference in New Issue
Block a user