diff options
Diffstat (limited to 'sonar-application/src/main/assembly/bin/windows-x86-32/StartNTService.bat')
-rwxr-xr-x | sonar-application/src/main/assembly/bin/windows-x86-32/StartNTService.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/bin/windows-x86-32/StartNTService.bat b/sonar-application/src/main/assembly/bin/windows-x86-32/StartNTService.bat index a8bc27a062f..2ddf7481d3d 100755 --- a/sonar-application/src/main/assembly/bin/windows-x86-32/StartNTService.bat +++ b/sonar-application/src/main/assembly/bin/windows-x86-32/StartNTService.bat @@ -38,7 +38,7 @@ rem :conf set _WRAPPER_CONF="%~f1" if not %_WRAPPER_CONF%=="" goto startup -set _WRAPPER_CONF="%_REALPATH%..\..\conf\wrapper.conf" +set _WRAPPER_CONF="%_REALPATH%..\..\lib\jsw\wrapper.conf" rem rem Start the Wrapper NT service. |