You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/09/28 20:43:50 UTC

[couchdb] 02/02: fix remsh refactoring bug

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch add-remsh
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 7c49f25d104be412c1c70ff7d6eb59a6f61db8ff
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Sep 28 14:33:49 2017 -0400

    fix remsh refactoring bug
---
 rel/overlay/bin/remsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel/overlay/bin/remsh b/rel/overlay/bin/remsh
index 1c24761..963c16a 100755
--- a/rel/overlay/bin/remsh
+++ b/rel/overlay/bin/remsh
@@ -72,5 +72,5 @@ if [ ! -z "$VERBOSE" ]; then
 fi
 
 exec "$BINDIR/erl" -boot "$ROOTDIR/releases/$APP_VSN/start_clean" \
-    -name remsh$$@$LHOST -remsh $NAME -hidden -setcookie $COOKIE \
+    -name remsh$$@$LHOST -remsh $NODE -hidden -setcookie $COOKIE \
     "$@"

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.