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 18:34:00 UTC

[couchdb] branch add-remsh updated: 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


The following commit(s) were added to refs/heads/add-remsh by this push:
     new 980741d  fix remsh refactoring bug
980741d is described below

commit 980741d20c86eec7676212ea309c88c448831341
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>'].