diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index cfd07f8c6e32f0feae96a6aefce95301833101e2..0960e737860dad73a0badbcb7fe041c080d8c090 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -207,7 +207,7 @@ function main() { echo echo -n "Starting Wechaty ... " - + echo -n "NodeJS Version=$(node --version)" VERSION=$(WECHATY_LOG=WARN wechaty-version 2>/dev/null || echo '0.0.0(unknown)') echo "v$VERSION"