Update Scriptmonkey_Beta.ps1

This commit is contained in:
2025-11-23 16:30:39 -05:00
parent c8c9c26bef
commit 8c20a1b8c9

View File

@@ -2162,21 +2162,6 @@ function Install-DattoRMM {
#endregion guarantee NuGet provider is present without prompting #endregion guarantee NuGet provider is present without prompting
<# AI said it was dead code
#region HTTP Listener & Routing
# Handle shutdown command
if ($path -eq 'quit') {
Write-LogHybrid "Shutdown requested" "Info" "Server"
Respond-Text $Context "Server shutting down."
# This will break out of the while loop in Start-Server
$Global:Listener.Stop()
return
}
#endregion
#> commneted out by AI
} }