Skip to content

Commit

Permalink
Bugfix in ConnectorServer.bat (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Svt <[email protected]>
  • Loading branch information
BolivandoJJ and Svt authored Sep 24, 2024
1 parent e6fe0a9 commit ee8167b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ for %%P in (%*) do (
set T=%%P
if "!T:~1,2!" == "%JVM_OPTION_IDENTIFIER%" (
set JAVA_OPTS_PARAM=!JAVA_OPTS_PARAM!!JAVA_OPTS_DELIM!!T:~3,-1!
set JAVA_OPTS_DELIM=
set JAVA_OPTS_DELIM=
)
)
cd "%CONNECTOR_SERVER_HOME%"
Expand Down Expand Up @@ -202,4 +202,4 @@ echo Service "%SERVICE_NAME%" removed successfully
goto :EOF

:exit
exit /b 1
exit /b 1

0 comments on commit ee8167b

Please sign in to comment.