aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--priv/templates/extended_bin_windows4
1 files changed, 2 insertions, 2 deletions
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