Explorar el Código

add sleep to entrypoint

Vadim Surkov hace 6 años
padre
commit
22217eacab
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      entrypoint.ps1

+ 2 - 0
entrypoint.ps1

@@ -32,3 +32,5 @@ if ( -Not (test-path("C:\Services\Analis\analis.conf")) ){
 }
 
 C:\Services\Analis\AnalisServer.exe $args
+
+sleep 1000000