From 2551d6c9074a0338224d81e690600a7a4b9c9777 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Tue, 25 Mar 2025 07:41:10 -0500 Subject: [PATCH] refactor(updateserver): removed ocme from starting back up as it was migrated --- server/scripts/update.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/scripts/update.ps1 b/server/scripts/update.ps1 index f2931b5..1a78291 100644 --- a/server/scripts/update.ps1 +++ b/server/scripts/update.ps1 @@ -415,10 +415,10 @@ try { Start-Service -DisplayName $serviceLstV2 Start-Sleep -Seconds 1 Write-Host "$($server) finished updating" - if($token -eq "usday1"){ - Write-Host "Starting $($serviceOcme)" - Start-Service -DisplayName $serviceOcme - } + # if($token -eq "usday1"){ + # Write-Host "Starting $($serviceOcme)" + # Start-Service -DisplayName $serviceOcme + # } } Invoke-Command -ComputerName $server -ScriptBlock $plantFunness -ArgumentList $server, $token, $location, $buildZip, $buildLoc, $obslst, $obsBuild -Credential $credentials \ No newline at end of file