From 48a6e5e8e7a4b3f7145628748fd0c7dcf964b3dd Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sat, 8 Oct 2022 14:04:07 +0100 Subject: [PATCH] Style --- src/Tgstation.Server.Host.Service/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host.Service/Program.cs b/src/Tgstation.Server.Host.Service/Program.cs index f313cba287..62e4678903 100644 --- a/src/Tgstation.Server.Host.Service/Program.cs +++ b/src/Tgstation.Server.Host.Service/Program.cs @@ -136,7 +136,8 @@ namespace Tgstation.Server.Host.Service sc.Stop(); // And remove it - using (ServiceInstaller si = new ServiceInstaller()) { + using (ServiceInstaller si = new ServiceInstaller()) + { si.Context = new InstallContext($"old-{sc.ServiceName}-uninstall.log", null); si.ServiceName = ServerService.Name; si.Uninstall(null);