From 4d1076731feac906debfb5a529450e648d081fb4 Mon Sep 17 00:00:00 2001 From: Ivaylo Badinov Date: Wed, 12 Jun 2019 09:39:47 +0300 Subject: Cookie and hostname should not be quoted --- priv/templates/extended_bin_windows | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'priv/templates') diff --git a/priv/templates/extended_bin_windows b/priv/templates/extended_bin_windows index 09db216..fd899a4 100644 --- a/priv/templates/extended_bin_windows +++ b/priv/templates/extended_bin_windows @@ -320,7 +320,7 @@ set description=Erlang node %node_name%%hostname% in %rootdir% :: Ping the running node :ping -@%escript% %nodetool% ping %node_type% "%node_name%%hostname%" -setcookie "%cookie%" +@%escript% %nodetool% ping %node_type% %node_name%%hostname% -setcookie %cookie% @goto :eof :: List installed Erlang services @@ -332,7 +332,7 @@ set description=Erlang node %node_name%%hostname% in %rootdir% :attach @set boot=-boot "%clean_boot_script%" -boot_var RELEASE_DIR "%release_root_dir%" @start "%node_name% attach" %werl% %boot% ^ - -remsh "%node_name%%hostname%" %node_type% console -setcookie "%cookie%" + -remsh %node_name%%hostname% %node_type% console -setcookie %cookie% @goto :eof :: Run extension script -- cgit v1.2.3