aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-06 12:04:10 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-06 12:04:10 +0200
commit5f83fff8d7517983b04f6f3b0ae8e5828fdb4fe7 (patch)
tree1d31277703259030e8a18e3e4c13cd9190464af3 /sonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat
parentc4700c3361331f076d0f8d7f510e929036d2ea05 (diff)
downloadsonarqube-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-xsonar-application/src/main/assembly/bin/windows-x86-64/UninstallNTService.bat2
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.