Skip to content

Commit

Permalink
Fix windows launcher.bat file to set home properly
Browse files Browse the repository at this point in the history
Bug: CT_BDEPLOY-120
Change-Id: I7775957a9e365cff64660b75c5a35104408e373c
  • Loading branch information
mduft committed Jun 20, 2024
1 parent 8625c72 commit c636124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/scripts/windowsUpdateStartScript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if NOT "%ERRORLEVEL%" == "0" (
@rem Execute ${applicationName} (--updateDir BDEPLOY EXTENSION)
@rem echo "Starting minion with embedded JVM."
set "BDEPLOY_INTERNAL_UPDATEDIR=%APP_HOME%\\update"
set "BDEPLOY_INTERNAL_HOMEDIR=%APP_HOME%"
for %%i in ("%APP_HOME%\\..") do set "BDEPLOY_INTERNAL_HOMEDIR=%%~fi"
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %${optsEnvironmentVar}% <% if ( appNameSystemProperty ) { %>"-D${appNameSystemProperty}=%APP_BASE_NAME%"<% } %> -classpath %CLASSPATH% ${mainClassName} %CMD_LINE_ARGS%

@rem update requested (exit code == 42)
Expand Down

0 comments on commit c636124

Please sign in to comment.