From 12c31ef28e1396f652f6f80f84480c0833182150 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 21 Mar 2012 20:01:30 -0400 Subject: [PATCH] Restore the leading hunk of the first line of a fragment --- distrib/uninstallService.cmd | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/distrib/uninstallService.cmd b/distrib/uninstallService.cmd index a483c55..e6c3b98 100644 --- a/distrib/uninstallService.cmd +++ b/distrib/uninstallService.cmd @@ -1 +1,5 @@ -javaservice -uninstall gitblit \ No newline at end of file +@REM arch = x86, amd64, or ia32 +SET ARCH=amd64 + +@REM Delete the gitblit service +"%CD%\%ARCH%\gitblit.exe" //DS//gitblit \ No newline at end of file -- Gitblit v1.9.1