diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-06 12:04:10 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-06 12:04:10 +0200 |
commit | 5f83fff8d7517983b04f6f3b0ae8e5828fdb4fe7 (patch) | |
tree | 1d31277703259030e8a18e3e4c13cd9190464af3 /sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat | |
parent | c4700c3361331f076d0f8d7f510e929036d2ea05 (diff) | |
download | sonarqube-5f83fff8d7517983b04f6f3b0ae8e5828fdb4fe7.tar.gz sonarqube-5f83fff8d7517983b04f6f3b0ae8e5828fdb4fe7.zip |
SONAR-4898 revert move of wrapper.conf - forgot MSWindows and its backslashes...
Diffstat (limited to 'sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat')
-rwxr-xr-x | sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat b/sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat index 75c8ad33361..fd872824e96 100755 --- a/sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat +++ b/sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat @@ -38,7 +38,7 @@ rem :conf set _WRAPPER_CONF="%~f1" if not %_WRAPPER_CONF%=="" goto startup -set _WRAPPER_CONF="%_REALPATH%..\..\lib\jsw\wrapper.conf" +set _WRAPPER_CONF="%_REALPATH%..\..\conf\wrapper.conf" rem rem Uninstall the Wrapper as an NT service. |