Przeglądaj źródła

Add console command to windows runner script

pull/3/head
Matt Campbell 13 lat temu
committed by Tuncer Ayaz
rodzic
commit
5998c6c721
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      priv/templates/simplenode.windows.runner.cmd

+ 5
- 0
priv/templates/simplenode.windows.runner.cmd Wyświetl plik

@ -23,6 +23,7 @@
@if "%1"=="start" @goto start
@if "%1"=="stop" @goto stop
@if "%1"=="restart" @call :stop && @goto start
@if "%1"=="console" @goto console
@rem TODO: attach, ping, restart and reboot
:usage
@ -46,6 +47,10 @@
@%erts_bin%\erlsrv.exe stop %service_name%
@goto :EOF
:console
@start %erts_bin%\werl.exe -boot %releases_dir%\%release_version%\%node_name%
@goto :EOF
:set_trim
@set %1=%2
@goto :EOF

Ładowanie…
Anuluj
Zapisz