Sfoglia il codice sorgente

add sleep to entrypoint

Vadim Surkov 6 anni fa
parent
commit
22217eacab
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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