fix(update server): fixed to make sure everything is stopped before doing the remaining update

This commit is contained in:
2025-07-22 20:00:43 -05:00
parent 6c8ac33be7
commit 13e282e815

View File

@@ -138,6 +138,7 @@ $plantFunness = {
Write-Host "Stopping iis application" Write-Host "Stopping iis application"
Stop-WebAppPool -Name LogisticsSupportTool #-ErrorAction Stop Stop-WebAppPool -Name LogisticsSupportTool #-ErrorAction Stop
Start-Sleep -Seconds 3
###################################################################################### ######################################################################################