From 13e282e815c1c95a0a5298ede2f6497cdf036440 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Tue, 22 Jul 2025 20:00:43 -0500 Subject: [PATCH] fix(update server): fixed to make sure everything is stopped before doing the remaining update --- scripts/updateServer.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/updateServer.ps1 b/scripts/updateServer.ps1 index 3f1650b..536439f 100644 --- a/scripts/updateServer.ps1 +++ b/scripts/updateServer.ps1 @@ -138,6 +138,7 @@ $plantFunness = { Write-Host "Stopping iis application" Stop-WebAppPool -Name LogisticsSupportTool #-ErrorAction Stop + Start-Sleep -Seconds 3 ######################################################################################